From e12e54896283f93cb43399b9ec5c5337dc28e9dc Mon Sep 17 00:00:00 2001 From: m-danya Date: Sat, 2 Nov 2024 16:11:32 +0300 Subject: [PATCH] Update README.md with instructions on how to start the frontend --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 564e97b..3569c34 100644 --- a/README.md +++ b/README.md @@ -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