n1k0 / kept

Personal notes as widgets, inspired by Google Keep
http://n1k0.github.io/kept/
MIT License
133 stars 27 forks source link

Kept

https://travis-ci.org/n1k0/kept https://david-dm.org/n1k0/kept

Personal rich notes HTML app inspired by Google Keep and powered by React.

For now, data are stored using localStorage. Full mobile compatibility & Sync are in the pipe.

This is WiP, don't use it yet.

Install

Install Kept dependencies:

$ npm install

To launch a local server with live reload:

$ npm start

Point your browser at localhost:4000 and start hacking Kept files, a rebuild will be performed automatically in the background.

To build an optimized version of Kept:

$ npm run dist

The resulting files are then available in the build folder.

A working demo is also available.

Code linting:

$ npm run lint

Tests:

$ npm test

License

MIT.