Cardographer server stuff. Deck editing and session analysis. Currently hosted at https://cardographer.cs.nott.ac.uk/platform for University of Nottingham staff.
© The University of Nottingham, 2021-2022.
See the wiki for user documentation, and examples.
Can be used with
- miro - working
- unity - soon, in particular cardographer virtual tabletop
Note, requires docker and docker-compose.
(e.g. vagrant up
- see Vagrantfile)
sudo docker-compose up -d --build
Open http://localhost:3000. Registration code is 1234, but can be changed in docker-compose.yaml
Note, the server needs to be able to send (forward) email for password recovery.
In your chosen miro team, open your profile settings, select "your apps" tab,
and "+Create new app" and give it a name (e.g. "cardographer local dev").
Give it permission board:read
and board:write
and set the "App URL" to http://localhost:3000/miro.html.
Then "Install app and get OAuth token", or copy and paste the Share app "Installation URL", and agree.