All Projects → substance → notes

substance / notes

Licence: other
Real-time collaborative notes editing.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Substance Notes Build Status

Real-time collaborative notes editing.

Install

Clone the repo

git clone https://github.com/substance/notes.git

Install dependencies

npm install

Seed the db

npm run seed dev

Start the app

npm start

To login with the test user:

http://localhost:5000/#loginKey=1234

Configuration

You can configure app for different environments. To do that just make a new copy of default.json from config folder with name of your environment and run:

export NODE_ENV=myEnv

For example you can create config/production.json and then run export NODE_ENV=production. You should run seed after executing this command

Bundling

Server will serve bundled version of app in production mode. So you should execute this command before:

npm run bundle
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].