Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 333 Bytes

File metadata and controls

15 lines (12 loc) · 333 Bytes

ur/web chatroom with github authentication

Build and run:

cat > github_app_config.ur << EOF
(* visit https://github.com/settings/developers to get these values. *)
(* set Authorization callback URL to http://localhost:8080/GH/authorized *)
val client_id = "xxx"
val client_secret = "yyy"
EOF

nix-shell
make deps run