The https://nerdcult.net frontend.
Go to file
antifallobst b9a4b7972d
Build and Deploy / build-docker (push) Successful in 6m55s Details
ci: debugging stuff
2023-10-12 19:58:05 +02:00
.gitea/workflows ci: debugging stuff 2023-10-12 19:58:05 +02:00
src feat: added client side signup/verify data validation 2023-10-11 17:34:33 +02:00
style feat: added client side signup/verify data validation 2023-10-11 17:34:33 +02:00
.dockerignore
.gitignore
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
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