Make sure that you have the Gatsby CLI program installed:
yarn global add gatsby-cli
And run from your CLI:
git clone [email protected]:escemi-tech/escemi-website.git
Then you can run it by:
cd escemi-website
yarn
yarn start
- Dev url: http://localhost:8000
- Graphql playground: http://localhost:8000/___graphql