this project was created using a gatsby starter, to generate a project with the same starter use:
$> gatsby new myproject https://github.com/fes300/gatsby-mui-template.git
- init git:
git init
(N.B. it is important to do this before the deps install so that husky can write its custom hooks) - install deps:
yarn
- rename your project:
make rename name=$(YOUR_WEBSITE_NAME)
- start project:
yarn start
yarn start
triggers the command netlify dev
that does a lot of things (like injecting the dev env set in netlify backoffice into your local runtime, simulating locally your lambda functions and more)