Skip to content

Commit

Permalink
Update README.md with instructions on how to start the frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
m-danya committed Nov 2, 2024
1 parent 8e88cc0 commit e12e548
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ pytest; cp planty_test.db planty.db
uvicorn planty.main:app --reload
```

To start the frontend, run the following commands:

```
cd frontend
npm i
npm run dev
```

### Switching between database engines

By default, the SQLite engine is used for persistence, but you can easily switch
Expand Down

0 comments on commit e12e548

Please sign in to comment.