Hello! Welcome to the README of my website. Feel free to clone the repo and glance at at the code! :)
These are more like just a reminder to myself than anything else.
Because this isn't a massive scale corporation that requires many tests and careful reviews before publishing, I really only use these two following commands.
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Runs the linter on the src directory of the project. Under the hood this
uses npm run eslint ./src --fix
.
Publishes the deploy to GH pages. You can also use
$ npm run deploy -- -m "Deploy React app to GitHub Pages"
to specify a commit
message.