docs: updated readme
This commit is contained in:
parent
90f725d02d
commit
680849aaad
13
README.md
13
README.md
|
@ -1,2 +1,15 @@
|
||||||
# Frontend
|
# Frontend
|
||||||
This is the frontend of nerdcults main website.
|
This is the frontend of nerdcults main website.
|
||||||
|
|
||||||
|
## Running locally
|
||||||
|
First install trunk:
|
||||||
|
```bash
|
||||||
|
cargo install trunk
|
||||||
|
```
|
||||||
|
Make sure, that `$HOME/.cargo/bin` is part of your `PATH`.
|
||||||
|
|
||||||
|
Then run:
|
||||||
|
```bash
|
||||||
|
trunk serve
|
||||||
|
```
|
||||||
|
in the projects root directory
|
||||||
|
|
Loading…
Reference in New Issue