Skip to content
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.

Latest commit

 

History

History
46 lines (30 loc) · 1.33 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.33 KB

CircleCI

Gojob's Gatsby Starter 🚀

Yet another starter for Gatsby v2.

Disclaimer 📜

This is an opinionated starter: here at Gojob, we ❤️ both TypeScript and Testing.

What's Inside 📦

And we rely on yarn for managing our packages and starting our scripts 😇.

How to...

Clone the repository and then, from the root folder of the project:

yarn install

# check the codebase with `tsc`
yarn tsc:all

# launch both Unit tests and E2E (cypress) tests
yarn test && yarn e2e:ci

# prettify the code
yarn format

# run the code linter (analysis only)
yarn lint

# start the app in dev mode (with watch mode)
yarn start

# build the static project, ready for production
yarn build