Skip to content

devsoc-unsw/ambush

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ambush

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 ambush-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 Access Management Bridging University Society Hub, DevSoc's OAuth provider service.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors