Play the 15 Puzzle everywhere.
Demo - Help - Contribute
Tip: Type make help
to see all the available commands.
Before starting, you should know that this repository is based on Yarn. This is mostly motivated by the usage of workspaces to split the code wisely.
Install all dependencies with make install
.
Start the development server with make run
. The website is available at localhost:8080.
The core application is tested. Run the tests using make test
.
Generate the static site under the public directory with make build
.