TV Kitchen website runs on GatsbyJS, while most of its front-end is based on Material UI w/ custom theme.
- Running local dev server:
yarn && yarn start
or npm install && npm run start
- Building static site:
yarn build
or npm run build
- Cleaning up local Gatsby cache and build folders:
yarn clean
or npm run clean