Gatsby front end for Third and Grove's Drupal 8 backend.
- Node (10.x LTS at time of writing)
- Yarn
- CMS and Resumator Access
- Clone the repository and navigate to it in your terminal.
- Run
yarnin the project root. - Run
cp sample.env .envand then modify the.envfile with the appropriate credentials.
- In the root of the project, run
yarn start. - This will perform the initial build then launch your browser to your local site.
- Changing files in this state will also hot reload the files
- In the root of the project, run
yarn build. - The site will be built into the
publicfolder of the project root.
- Ensure that you have your dev server running
yarn start - Run tests with
yarn test. - If you are developing tests, use
yarn cypressinstead.