aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 704888b..d9dda4c 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,9 @@ cd .. #./backend/
php -S localhost:8000
# start frontend
-# coming soon...
+cd ../frontend/
+npm i
+npm run dev
```
You send requests to the API like this: