Socket
Socket
Sign inDemoInstall

coffee-box

Package Overview
Dependencies
370
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    coffee-box

blog engine for fashionable developers


Version published
Weekly downloads
6
decreased by-33.33%
Maintainers
1
Install size
35.1 MB
Created
Weekly downloads
 

Readme

Source

CoffeeBox

CoffeeBox is a lightweight blog engine designed for fashionable developers. It's built upon Node.js, Express, MongoDB and CoffeeScript.

You may check out http://66.228.62.171:3000 for a demo page. Note that this project is still in heavy construction; lots of functionalities are to be implemented. If you are interested in this project, then a pull request or a issue ticket will always be appreciated.

Features

  • Markdown is your best friend on easy formatting.
  • Every developer loves syntax highlighting.
  • Previews on posts and comments rest the minds of you and your visitors.
  • Login with OpenID, leave the dirty work to the professionals.
  • Embrace HTML5, embrace the future.
  • Ajax contributes a lot to smooth interaction.
  • Wow, Node.js is lightning fast!
  • Asset pipeline should be a standard component.
  • CoffeeScript === Javascript, The Good Parts.

Getting Started

You may first need to install Node.js, npm, MongoDB, python2 and pygments, and make sure that MongoDB is running.

Then clone this project and install the dependecies.

git clone https://github.com/qiao/coffee-box
cd coffee-box
npm install

The site configuration file is config/site.json, modify it to meet your need and then start the server.

NODE_ENV=production node index.js

Now navigate your browser to localhost:3000, you should see CoffeeBox up and running.

That's it, enjoy!

Keywords

FAQs

Last updated on 27 Jan 2012

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc