A small puzzle game to find out words based on presented images.
There is a live demo of this game on GitHub pages.
There is a docker-compose.yml
file which opens port 3000 for the development
server. You can use
docker-box to run and
develop the app in a Docker container/environment (or use
docker-compose run --service-ports --rm app bash
directly).
Don't forget to run npm ci
first, to get all necessary packages in order to
run the following commands.
npm run start
- Start a development servernpm run build
- Build a static version of the filesnpm run cypress:open
- Open cypress for testsnpm run deploy
- Deploy newest build ongh-pages
branchnpm run test
- Run all tests