From b0518897d323264fb376785fbf4ea266eae254d7 Mon Sep 17 00:00:00 2001 From: hitlerrip Date: Tue, 29 Jul 2025 22:27:21 +0200 Subject: init frontend added initial frontend project with svelte and tailwindcss. currently displays a concept for a landing page that is not functional. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') 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: -- cgit v1.2.3