22 lines
419 B
Markdown
22 lines
419 B
Markdown
# 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.
|
|
|
|
## Running locally
|
|
|
|
First, install `trunk`:
|
|
|
|
```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:
|
|
|
|
```bash
|
|
trunk serve
|
|
```
|
|
|