Skip to content

Commit

Permalink
Remove unnecessary env var step in README
Browse files Browse the repository at this point in the history
  • Loading branch information
franknoirot committed Mar 21, 2024
1 parent a7e6f62 commit a52afa0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ This repository is an open-source example of how to quickly get up and running w

1. Remove the `.example` from `/.env.example`, leaving it `.env` (Git will ignore this and prevent you from accidentally publishing your dev API token)
2. Set the `VITE_ZOO_DEV_TOKEN` environment variable in with a **dev** API token from: https://dev.zoo.dev in `/.env`
3. Set the `PLAYWRIGHT_TESTING_TOKEN` environment variable with a **prod** API token from: https://zoo.dev in `/.env`
4. Run the dev server with `yarn dev -- --open`
3. Run the dev server with `yarn dev --open`

## Building

Expand Down

0 comments on commit a52afa0

Please sign in to comment.