aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorhitlerrip <git@hitler.rip>2025-07-29 22:27:21 +0200
committerhitlerrip <git@hitler.rip>2025-07-29 22:27:21 +0200
commitb0518897d323264fb376785fbf4ea266eae254d7 (patch)
tree5988ec0df3da118f5df852f9e51561647ca000eb /README.md
parent423c37e0254a0f7a5b4ef5326da4379b7c65792d (diff)
downloadhitler-clicker-b0518897d323264fb376785fbf4ea266eae254d7.tar.gz
hitler-clicker-b0518897d323264fb376785fbf4ea266eae254d7.tar.bz2
hitler-clicker-b0518897d323264fb376785fbf4ea266eae254d7.zip
init frontend
added initial frontend project with svelte and tailwindcss. currently displays a concept for a landing page that is not functional.
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: