Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 313 Bytes

File metadata and controls

18 lines (14 loc) · 313 Bytes

Auth

Account manager and Authorization server for coldwire

Dev

in the "views" folder:

npm i
npm run dev

in the root folder of ther project:

docker-compose -f ./hydra.yml up
DEV_FRONT_URL=http://127.0.0.1:8080/ go run main.go -config config.toml

then visit http://127.0.0.1:3003 :)