From 680849aaad7133b629e2bf94c50c40c8991662e9 Mon Sep 17 00:00:00 2001 From: antifallobst Date: Fri, 29 Sep 2023 06:19:03 +0000 Subject: [PATCH] docs: updated readme --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ebcf0e..8f46168 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,15 @@ # Frontend -This is the frontend of nerdcults main website. \ No newline at end of file +This is the frontend of nerdcults main website. + +## Running locally +First install trunk: +```bash +cargo install trunk +``` +Make sure, that `$HOME/.cargo/bin` is part of your `PATH`. + +Then run: +```bash +trunk serve +``` +in the projects root directory