The https://nerdcult.net frontend.
Go to file
antifallobst d39277e182
feat: added loader to signin widget and restructured signin flow
2023-10-07 10:43:32 +02:00
src feat: added loader to signin widget and restructured signin flow 2023-10-07 10:43:32 +02:00
style feat: implemented signup and account verification 2023-10-06 20:48:56 +02:00
.dockerignore feat: dockerized project 2023-10-04 21:37:33 +02:00
.gitignore
Cargo.lock feat: implemented signin api call 2023-10-02 15:53:33 +02:00
Cargo.toml feat: storing api access tokens as cookie 2023-10-02 21:41:11 +02:00
Dockerfile feat: dockerized project 2023-10-04 21:37:33 +02:00
README.md
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