Get Bouncer homepage
The project is based on:
Note: all of the following commands should be run in the project’s folder.
To install all dependencies run:
yarn
To get CMS access, copy the .env.example file:
cp .env.example .env
and fill in the API_KEY variable inside .env with the access token that you can find inside the Prismic Dashboard
To start developing on the project (watchers, server etc) run:
yarn start
To test a production build locally run:
yarn build && yarn serve
It runs once and has no watchers, since it’s the same command used on the server to create a production build.
Run gatsby build and serve the public folder