The Wayback Machine - https://web.archive.org/web/20200907001247/https://github.com/anistark/ghost/
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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.

About

An online editor in the making in node.js

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.