This commit is contained in:
cdricms
2025-01-12 23:42:53 +01:00
parent 3e84305d46
commit 744cecd58a
2 changed files with 23 additions and 36 deletions

23
README.md Normal file
View File

@@ -0,0 +1,23 @@
# latosa-escrima.fr
## Setup
For this project we use (Deno)[https://deno.com]
After installed:
```bash
cd ./latosa-frontend
deno install
```
## Run
To run the frontend part:
```bash
cd ./latosa-frontend/
deno task dev
```
It should launch properly, go at http://localhost:3000