Ajouter des fichiers et des modifications existants
This commit is contained in:
commit
4ea514650d
13 changed files with 1481 additions and 0 deletions
11
README.md
Normal file
11
README.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
## 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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue