0.1.1 • Published 7 years ago

stencila-electron v0.1.1

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
7 years ago

stencila/electron : Stencila on the desktop

Build status Dependency status Chat

Status

npm.io

This is very much a work in progress. See our main repo for more details.

Discuss

We love feedback. Create a new issue, add to existing issues or chat with members of the community.

Develop

Most development tasks can be run directly using Node.js tooling (npm etc) or via make wrapper recipes.

Tasknpm et almake
Install and setup dependenciesnpm installmake setup
Rebuild dependencies for Electron (electron-rebuild)npm run rebuildmake rebuild
Check code for lintnpm run lintmake lint
Run testsnpm testmake test
Run tests with coveragenpm run covermake cover
Build the appnpm run buildmake build
Cleanmake clean

After you install a new npm package, rerun electron-rebuild using make rebuild.