cdricms fd834ea84a Setup docker for production and development
Change ./init.sh to be an executable then run it.

The default inner container ports are as followed:
- Postgres: 5432:5432
- Backend: 3001:3000
- Frontend: 3000:3000

- Frontend dev: 8000

The backend image needs to be built:

docker compose up -d --build
2025-01-14 13:44:28 +01:00
2025-01-12 23:34:54 +01:00
2025-01-12 23:34:54 +01:00
2025-01-13 13:18:11 +01:00
2025-01-12 23:53:36 +01:00

latosa-escrima.fr

Setup

For this project we use Deno

After installed:

cd ./latosa-frontend
deno install

Run

To run the frontend part:

cd ./latosa-frontend/
deno task dev

It should launch properly, go at http://localhost:3000

Committing

There's a pre-commit hook to format. To set it up, first install pre-commit

Then run pre-commit install

Prettier needs to be installed on your system: npm i -g prettier

Description
No description provided
Readme 7.2 MiB
Languages
TypeScript 79.2%
Go 19.4%
Python 0.5%
Dockerfile 0.5%
CSS 0.4%