/ghost

An online editor in the making in node.js

Primary LanguageJavaScriptMIT LicenseMIT

ghost

An online editor in the making in node.js

Currently:

Displays a normal text editor. Made in accordance with Ace Editor. Having some simple buttons with the code not properly working on that.

To run locally:

npm install

This installs all the necessary dependencies.

As a database, mongodb has been used. So, you'll need to start mongodb in a terminal. Opn a new terminal and start your mongodb server

mongod

Now you are ready to run:

node app.js

Visit on your favorite browser:

localhost:1992

Contributions and Ideas welcome.