A small game that lets you guess who created a painting.
Play at https://whopaintedthis.toolforge.org/
The data comes from Wikidata.
This project was created during the 2022 Wikimania Hackathon.
npm install
npm run dev
This project is deployed on Toolforge.
If you are a member of the whopaintedthis project on Toolforge, you can
trigger a build with:
ssh login.toolforge.org
$ become whopaintedthis
$ toolforge build start -L https://github.com/dhinus/wikidata-painters
To start/stop/restart the webservice:
toolforge webservice buildservice start --mount=none
toolforge webservice buildservice stop
toolforge webservice buildservice restart
To see the logs:
toolforge webservice logs
See also: