diff options
| author | Bobby <[email protected]> | 2022-04-21 17:19:11 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-04-21 17:19:11 -0400 |
| commit | fe45982735d266c5a20c159249eb7739ec3b79c8 (patch) | |
| tree | a4fb9be455613f88dce56ec877bf3b209fe70269 /README.md | |
| parent | fba7b92e3bb57dfb0805773545a4b5d58104a983 (diff) | |
| download | luciferreeves.github.io-fe45982735d266c5a20c159249eb7739ec3b79c8.tar.xz luciferreeves.github.io-fe45982735d266c5a20c159249eb7739ec3b79c8.zip | |
move source code out of git
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 53 |
1 files changed, 1 insertions, 52 deletions
@@ -1,53 +1,2 @@ -# Personal Website ([thatcomputerscientist.com](https://thatcomputerscientist.com/)) - -     - -## Cloning & Running Locally - -To clone the project, run the following command in a terminal window: - -```bash -git clone https://github.com/luciferreeves/luciferreeves.github.io.git -``` - -Inside the cloned directory, run the following command to install dependencies: - -```bash -npm install -``` - -Run the following command to start the development server: - -```bash -npm run dev -``` - -## Frameworks and Technologies - -- [HTML5](https://developer.mozilla.org/en-US/docs/Web/HTML) -- [CSS3](https://developer.mozilla.org/en-US/docs/Web/CSS/) -- [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript) -- [BOOTSTRA.386](http://kristopolous.github.io/BOOTSTRA.386/) -- [JQuery](https://jquery.com/) -- [NodeJS](https://nodejs.org/) -- [ExpressJS](https://expressjs.com/) -- [Firebase](https://firebase.google.com/) -- [KaTeX](https://katex.org/) -- [HighlightJS](https://highlightjs.org/) -- [Marked](https://marked.js.org/) -- [CORS - NPM](https://www.npmjs.com/package/cors) -- [dotenv](https://www.npmjs.com/package/dotenv) -- [node-fetch](https://www.npmjs.com/package/node-fetch) -- [shelljs](https://www.npmjs.com/package/shelljs) -- [cheerio](https://www.npmjs.com/package/cheerio) -- [@octokit/rest](https://www.npmjs.com/package/@octokit/rest) -- [Github GraphQL API](https://docs.github.com/en/graphql) -- [nodemon](https://www.npmjs.com/package/nodemon) -- [Chart.JS](https://www.chartjs.org/) -- [Git](https://git-scm.com/) - -## Fonts -- [Fira Code](https://fonts.google.com/specimen/Fira+Code) -- [Fixedsys](https://en.wikipedia.org/wiki/Fixedsys) -- [Px437 IBM EGA8](https://fontinfo.opensuse.org/families/Px437IBMEGA8.html) +# Personal Website ([thatcomputerscientist.com](https://thatcomputerscientist.com/)) |
