Skip to content

sketchglass/azurite

Repository files navigation

azurite

Casual Painting App in Electron

CircleCI

Screenshot

Prerequisites

  • Node.js

Windows

  • Python 2.7 / Visual C++ (for building native modules with node-gyp)

Build

npm install
npm run watch

Build native code

npm run build:nativelib # rebuild entirely
npm run node-gyp:build # build changed files only

Run App

npm run app

Test

npm test

with webpack devserver

# assuming you are running `npm run watch`
npm run test:dev

Package app

npm run package

The packaged app will be in /build.