# Example

## Local Development

Before starting, ensure you've completed the instructions in the top-level [README.md](../README.md#local-development).

- Install dependencies\
  `yarn`

- Modify environment variables\
  Make a copy of `.env.example` named `.env` and fill in the appropriate variables

- Serve the example on localhost\
  `yarn start`
