Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 634 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 634 Bytes

Hyyypertool

Backoffice moderation tool for MonComptePro

Install

First, you need bun to be installed: https://bun.sh/

Then install dependencies with: bun install.

Build it: bun run build.

Start the moncomptepro database with: docker compose up -d

Ask a colleague for a database dump, then import it with:

docker compose exec -T postgres-moncomptepro pg_restore --clean --no-owner --dbname postgres --user postgres < moncomptepro-staging-database_20231114103427.sql

Then run the app: bun run dev.

Then go to http://localhost:3000/.