docs: updated readme

This commit is contained in:
antifallobst 2023-09-29 06:19:03 +00:00
parent 90f725d02d
commit 680849aaad
1 changed files with 14 additions and 1 deletions

View File

@ -1,2 +1,15 @@
# Frontend # Frontend
This is the frontend of nerdcults main website. 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