Git Product home page Git Product logo

blog.js's Introduction

Blog.js

Released under a standard MIT/BSD license (take your pick). 

This document talks about how to use the framework evolved through the development of this blogging engine. There are two goals for this project. The first of which is to develop a blogging engine mature enough for my personal use, and perhaps is good enough for many others as well. The second goal is to provide a standard demonstration of how to develop a full-fledged web application using node.js.  

To use the framework, please include the following line in your application: require(./b);

Type the following incantation to pull the source to your folder:

git clone git://github.com/furtivefelon/blog.js
cd blog.js
git submodule init
git submodule update

Also, open blog.js, and edit BLOG_PREFIX to the full path to the blog.js folder. After, cd into the blog.js folder, and type mkdir posts. Then assuming node.js is install properly, you can then type node blog.js to run the server. Go to http://127.0.0.1:7000/addForm to add an entry, then go to http://127.0.0.1:7000 to view the result!

blog.js's People

Contributors

furtivefelon avatar mraaroncruz avatar

Stargazers

Jeremy Johnstone avatar

Watchers

Jeremy Johnstone avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.