Readme
This commit is contained in:
23
README.md
Normal file
23
README.md
Normal 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
|
||||
Reference in New Issue
Block a user