From within the root directory, run the following command to install dependencies:
yarn install
- If you're running the Coffee Around Me backend (which I would recommend doing, since the frontend is just a map without it), then set the API URL for that backend by running the following command in your terminal:
export API_URL=${API_URL}
- From the root directory, run the following command:
yarn run dev