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
commit 94dd4e8dd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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