A personal site made with the static site generator Gatsby
This site is meant to be a place to add and share my works about the things I learn and what I'm interested in. It was built from the Gatsby's default starter
IMPORTANT: You know what they say about looking at your own code. I was learning Gatsby, React, and TypeScript by the time I made this, so I'm sure there are a lot of things that should be improved. Please be aware of that 😉.
fix
option does it.Download it and run npm install
In the project directory, you can run:
npm run develop
Runs the app in the development mode.
Open http://localhost:8000 to view it in the browser.
npm run build
Builds the app for production. The build is minified and
the filenames include the hashes.
The app is ready to be deployed!
npm run deploy
Builds the app for production and deploys it to GitHub Pages
Have a look at How Gatsby Works with GitHub Pagesw to configure it.
npm run lint
& npm run lint:fix
Run ESLint on the project to report wrong patterns on the code, and the second one also tries to fix them