The https://nerdcult.net frontend.
antifallobst 482e5d60a4 | ||
---|---|---|
src | ||
style | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md | ||
index.html |
README.md
Frontend
This is the frontend of nerdcults main website.
Running locally
First install trunk:
cargo install trunk
Make sure, that $HOME/.cargo/bin
is part of your PATH
.
Then run:
trunk serve
in the projects root directory