Clone and run for a quick way to create GitHub Flavored Markdown tasklists for project QA (for Windows/Linux) or download the packaged MacOSX app
This is a minimal Electron application based on the Electron Quick Start repository.
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
git clone https://github.com/crgriffiths/electroniqa
# Go into the repository
cd electroniqa
# Install dependencies
npm install
# Run the app
npm start