Skip to content

jonaskay/tastyvar-gatsby

Repository files navigation

tasty_var

Netlify Status

This is my developer blog built Gatsby. You can read it at: https://www.tastyvar.com/.

Getting started

Requirements

Installation

To install dependencies, run

$ yarn

Useful commands

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

Testing

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

Deployment

The site is deployed using Netlify. Deploy config can be found in .netlify.toml.

Each push to the main branch triggers a new build.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published