Skip to content

Commit

Permalink
chore: update README.md (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
maalni authored May 8, 2024
1 parent bb57b0a commit 2841dc7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VITE_BACKEND_URL="localhost"
VITE_BACKEND_URL = 'https://backend.dval.in';
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@
#### Requirements:

- [Node 20](https://nodejs.org/)
- [pnpm](https://pnpm.io/)
- [dvalin-backend](https://github.com/dval-in/dvalin-backend)
- [Pnpm 9](https://pnpm.io/)
- Optional: [dvalin-backend](https://github.com/dval-in/dvalin-backend)

#### Steps:

1. [Clone the repository](https://docs.github.com/articles/cloning-a-repository)
2. Install dependencies (`pnpm install`)
3. Create a copy of .env.example named .env.local
4. Run frontend (`pnpm run dev`)
3. Create a copy of .env.example named .env
4. Optional: Change .env variables
5. Run frontend (`pnpm run dev`)

### Contributing

Expand Down

0 comments on commit 2841dc7

Please sign in to comment.