Created with Gatsby.
Run prettier to pretify the code.
yarn prettiernpm install --global gatsby-cliand install dependencies inside this folder:
yarnAnd run from your CLI:
yarn startTo build, run:
yarn buildTo deploy, run (when pushing to master, the application is automatically deployed):
yarn deploy
Important libraries used:
- React (https://reactjs.org/)
- Gatsby (https://www.gatsbyjs.org/)
- Emotion (https://emotion.sh/)