Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LedyBacer authored Apr 11, 2024
1 parent aeb5466 commit ffc38f4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,15 @@ cd spa-card-testjob
```
npm install
```
4. Run the project:
4. Copy env file:
```
cp .env_example .env
```
5. Change backend URL and api key inside .env:
```
nano .env
```
6. Run the project:
```
npm run dev
```
Expand Down

0 comments on commit ffc38f4

Please sign in to comment.