Simple, elegant Solitaire game.
Running a local build
After cloning this project:
- Navigate to the root of vuelitaire
- Run
yarn
to install dependencies - Run
yarn dev
This will open an Electron instance of the app.
Documentation
Documentation for the app is generated using TypeDoc.
To open the the documentation in your browser:
yarn typedoc
What's included
After cloning this project:
- Navigate to the root of vuelitaire
- Run
yarn
to install dependencies - Run
yarn dev
This will open an Electron instance of the app.