mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Chore: Correct .env.local to .env.template on the README for the frontend development section.
This commit is contained in:
parent
c65a484ded
commit
da9fa1b962
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue