2023-09-28 11:08:15 +00:00
|
|
|
# Frontend
|
2023-09-29 06:19:03 +00:00
|
|
|
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
|