Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 620 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 620 Bytes

qan

A modern take on note taking as a daily practice


Dependencies

Download all the project dependencies by calling:

yarn

Starting Development

Start the app in the dev environment. This starts the renderer process in hot-module-replacement mode and starts a webpack dev server that sends hot updates to the renderer process:

yarn dev

Packaging for Production

To package apps for the local platform:

yarn package

Docs

See docs and guides here