Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 382 Bytes

File metadata and controls

18 lines (9 loc) · 382 Bytes

TV Kitchen Website

TV Kitchen website runs on GatsbyJS, while most of its front-end is based on Material UI w/ custom theme.

Available commands:

  • 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