The https://nerdcult.net frontend.
Go to file
antifallobst af1a045464
Build and Deploy / build-docker (push) Successful in 7m34s Details
feat: added an impress
2023-12-07 17:01:04 +01:00
.gitea/workflows ci: changed cache key to a more meaningful one 2023-10-13 16:59:26 +02:00
src feat: added an impress 2023-12-07 17:01:04 +01:00
style
.dockerignore
.gitignore
Cargo.lock
Cargo.toml
Dockerfile
README.md
index.html
nginx.conf

README.md

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:

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:

trunk serve