Files
latosa-escrima/README.md
cdricms 2680a8ed8d Readme
2025-01-12 23:44:45 +01:00

24 lines
285 B
Markdown

# 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