Skip to content

Latest commit

 

History

History
85 lines (58 loc) · 1.78 KB

README.md

File metadata and controls

85 lines (58 loc) · 1.78 KB

Vuelitaire

logo

Simple, elegant Solitaire game.


Code coverage Build status Dependency Status Version

Demo

Vuelitaire.com

Screenshot

screenshot

Development

Running a local build

After cloning this project:

  1. Navigate to the root of vuelitaire
  2. Run yarn to install dependencies
  3. 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:

  1. Navigate to the root of vuelitaire
  2. Run yarn to install dependencies
  3. Run yarn dev

This will open an Electron instance of the app.