Skip to content
forked from anistark/ghost

An online editor in the making in node.js

License

Notifications You must be signed in to change notification settings

ping2ayan/ghost

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ghost

Build Status Code Coverage

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.

About

An online editor in the making in node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.7%
  • CSS 18.2%
  • HTML 17.1%