Sample .env.development
GATSBY_API_KEY=
GATSBY_SPREADSHEET_ID=
GATSBY_REQUEST_FORM_URL=
GATSBY_CONTACT_EMAIL=
To run
- Ask in #tech-tasks for the
.env.development
file.
- Install
node
and yarn
- Clone project
- Install dependencies with
yarn
once in project directory
- Run locally with
yarn start