This is my developer blog built Gatsby. You can read it at: https://www.tastyvar.com/.
To install dependencies, run
$ yarn
To start the development server, run
$ yarn start
To build the site, run
$ yarn build
To preview a built version of the site locally, run
$ yarn build && yarn serve
To run the tests, run
$ yarn test
To run the tests in watch mode, run
$ yarn test --watch
End-to-end tests are located in cypress/e2e. You can run them by running
$ yarn test:e2e
To run the e2e tests in CI mode, run
$ yarn test:e2e:ci
The site is deployed using Netlify. Deploy config can be found in .netlify.toml.
Each push to the main branch triggers a new build.