frontend/README.md

22 lines
419 B
Markdown
Raw Permalink Normal View History

2023-09-28 11:08:15 +00:00
# Frontend
As the mainpage of Nerdcult, the code contained in this repository includes
the Rust-written frontend script source as well as the HTML markup code and
the CSS styling.
2023-09-29 06:19:03 +00:00
## Running locally
First, install `trunk`:
2023-09-29 06:19:03 +00:00
```bash
cargo install trunk
```
Make sure that `$HOME/.cargo/bin` is included in your `PATH`.
Following that, execute the following in the project's root directory:
2023-09-29 06:19:03 +00:00
```bash
trunk serve
```