11 lines
220 B
Markdown
11 lines
220 B
Markdown
## To generate the stylesheet, run the following command:
|
|
|
|
```bash
|
|
pnpm dlx tailwindcss -i styles/tailwind.css -o assets/main.css
|
|
```
|
|
|
|
## To launch the server, run the following command:
|
|
|
|
```bash
|
|
cargo run --release
|
|
```
|