Files
standardnotes-app-web/README.md
2017-01-20 14:01:57 -08:00

36 lines
953 B
Markdown

# Standard Notes
This web app is available on https://app.standardnotes.org.
For more information on Standard Notes, see https://standardnotes.org.
[![CI](https://circleci.com/gh/standardnotes/web.svg?style=shield&circle-token=:circle-token)](https://circleci.com/gh/standardnotes/web)
## Features
- Grouping of notes
- Auto-save
- Markdown editor
- Easy publishing/sharing of groups or individual notes.
- Local encryption.
- Quick filtering
- Full screen writing
- Simple UI
## Running locally
1. Clone the repo
1. `bundle install`
1. `npm install`
1. `bundle exec rake bower:install`
1. `grunt`
5. `rails s`
Open your browser to http://localhost:3000
In the bottom left, click on "Sign in or Register" or "Account" (if signed in), and make sure you're using the correct server. You can use a production server here as usual (like https://n3.standardnotes.org).
## License
Licensed under the GPLv3: http://www.gnu.org/licenses/gpl-3.0.html