The https://nerdcult.net frontend.
Go to file
antifallobst 8c756a4eb6
feat: added a session struct to communicate with the api and added it as context
2023-09-30 22:12:57 +02:00
src feat: added a session struct to communicate with the api and added it as context 2023-09-30 22:12:57 +02:00
style refactor: removed nested css 2023-09-30 01:40:09 +02:00
.gitignore initial commit 2023-09-28 13:08:15 +02:00
Cargo.lock feat: added a session struct to communicate with the api and added it as context 2023-09-30 22:12:57 +02:00
Cargo.toml feat: added a session struct to communicate with the api and added it as context 2023-09-30 22:12:57 +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