Skip to content

DefGuard/avanguard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AvanGuard OIDC identity service

Development setup

To run all services locally:

docker-compose up

To run frontend dev server separately:

cd web

# install pnpm if not installed yet
npm install -g pnpm

# install dependencies
pnpm install

# run dev server
pnpm run dev