yarn install
to install dependenciesyarn start
to run the server locally at localhost:3000
yarn lint
to check that there are no linter errors, otherwise the site will not compileyarn build
to create a new production build in thebuild
folder
- Run the backend Docker containers, which should start the GraphQL server at localhost:8080 and the API server at localhost:8081