Chore: Correct .env.local to .env.template on the README for the frontend development section.

This commit is contained in:
ShaneMaglangit 2022-10-05 17:56:11 +08:00
parent c65a484ded
commit da9fa1b962

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
```