Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

n1k0/kept

Repository files navigation

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.

About

Personal notes as widgets, inspired by Google Keep

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published