Train your chess skills by playing randomly-generated mate-in-1 puzzles as fast as possible.
$ # Clone the repository
$ git clone https://github.com/leo848/solostrike
$ cd solostrike
$ # Optional: generate your own FEN file
$ # Visit the backend directory
$ cd matemovemasters
$ # Generate a JSON file of chess positions (your own!)
$ cargo run --release
$ cd ..
$ # Build frontend
$ cd frontend
$ npm install
$ npm run dev