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 feat: added client side signup/verify data validation 2023-10-11 17:34:33 +02:00
.dockerignore feat: dockerized project 2023-10-04 21:37:33 +02:00
.gitignore initial commit 2023-09-28 13:08:15 +02:00
Cargo.lock refactor: updated yew / renamed signin/signup state field `submitted` to `loading` 2023-10-11 12:51:30 +02:00
Cargo.toml refactor: updated yew / renamed signin/signup state field `submitted` to `loading` 2023-10-11 12:51:30 +02:00
Dockerfile feat: added a beta preview alert 2023-10-08 14:22:16 +02:00
README.md Updated the README to sound a little nicer. 2023-10-09 10:18:56 +02:00
index.html feat: implemented signup and account verification 2023-10-06 20:48:56 +02:00
nginx.conf feat: dockerized project 2023-10-04 21:37:33 +02:00

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