The https://nerdcult.net frontend.
Go to file
antifallobst 9fa9c651ac
feat: added info text to account verification popup
2023-10-08 15:51:42 +02:00
src feat: added info text to account verification popup 2023-10-08 15:51:42 +02:00
style feat: added info text to account verification popup 2023-10-08 15:51:42 +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 feat: added storing if the preview popup was already shown this session 2023-10-08 15:40:32 +02:00
Cargo.toml feat: added storing if the preview popup was already shown this session 2023-10-08 15:40:32 +02:00
Dockerfile feat: added a beta preview alert 2023-10-08 14:22:16 +02:00
README.md docs: updated readme 2023-09-29 06:19:03 +00: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

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