Skip to content

anistark/ghost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ghost

Join the chat at https://gitter.im/anistark/ghost

An online editor in the making in node.js

Currently:

Displays a normal text editor. Made in accordance with Ace Editor. Using monogjs for monogodb.

To run locally:

npm install

This installs all the necessary dependencies. Make sure you install ALL the dependencies before proceeding.

As a database, mongodb has been used. So, you'll need to start mongodb in a terminal. Open 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.