Skip to content

devsoc-unsw/warchest

Repository files navigation

Warchest

Development

Starting development

  1. Start all services and prepare a dev container (app, money-module, Postgres, TigerBeetle):
docker compose up -d

If this doesn't work install the docker-compose plugin

  1. To enter the dev environment
docker exec -it warchest-dev-container bash

Closing down development

  1. To exit the dev environment
exit
  1. To close all services
docker compose down

use bun run lint for lint and bun run test in the dev shell for tests. tests need to end in the suffix .test.ts.

About

The preferred internal treasury management system for university societies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors