frontend/README.md

16 lines
257 B
Markdown

# Frontend
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