Merge pull request #1280 from ShaneMaglangit/chore/update-readme-bash

Chore: Corrected the terminal commands specified on the README's Frontend Development section
This commit is contained in:
Jackson Harper
2022-10-05 22:42:29 +08:00
committed by GitHub

View File

@ -97,7 +97,7 @@ with docker compose and the frontend locally:
```bash ```bash
docker-compose up api content-fetch docker-compose up api content-fetch
cd packages/web cd packages/web
cp .env.local .env cp .env.template .env
yarn dev yarn dev
``` ```