The https://nerdcult.net frontend.
Go to file
antifallobst 069504da25
feat: improved 404
2023-10-03 01:22:50 +02:00
src feat: improved 404 2023-10-03 01:22:50 +02:00
style content: added a small about page 2023-10-03 01:10:49 +02:00
.gitignore initial commit 2023-09-28 13:08:15 +02:00
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
README.md docs: updated readme 2023-09-29 06:19:03 +00:00
index.html initial commit 2023-09-28 13:08:15 +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