This is a clone of a very famous game, recently bought by the New York Times.
It is implemented using Svelte, for a very (very) tiny bundle and nice experience.
It can be played at fivlet.com.
If you want to run from source, you can do: npm run dev
.
If you want to host it, you can use the Docker image antoinejaussoin/fivlet:latest
.
Then execute the command: docker run -p 8080:80 antoinejaussoin/fivlet:latest
. This will run the app on port 8080.
docker-compose.yml
in this repositorydocker-compose up