About and database table to convert for the orm
This commit is contained in:
18
README.md
18
README.md
@@ -11,6 +11,12 @@ cd ./latosa-frontend
|
||||
deno install
|
||||
```
|
||||
|
||||
then use the init to developp
|
||||
|
||||
```bash
|
||||
./init.sh
|
||||
```
|
||||
|
||||
## Run
|
||||
|
||||
To run the frontend part:
|
||||
@@ -20,7 +26,17 @@ cd ./latosa-frontend/
|
||||
deno task dev
|
||||
```
|
||||
|
||||
It should launch properly, go at http://localhost:3000
|
||||
It should launch properly, go at http://localhost:8000
|
||||
|
||||
Use this to sync with backend
|
||||
|
||||
```bash
|
||||
docker compose up -d --build
|
||||
```
|
||||
|
||||
## deploy
|
||||
|
||||
For deployement, it can be found at http://localhost:3000
|
||||
|
||||
## Committing
|
||||
|
||||
|
||||
Reference in New Issue
Block a user