A new version of the Devnology website.
To get your development environment up and running you need to install the following applications:
The application has a few Node.js dependencies: Express and Jade. To install all dependencies just run:
npm install
The application can be started by running the following command:
node app
For this project we use the following directory structure:
controllers/ -- modules with controllers and views
event/
..
lib/ -- node.js libraries
models/ -- models for mongo
public/ -- front-end assets
css/ -- custom stylesheets
img/ -- all images
lib/ -- external front-end libraries
bootstrap/
jquery/
..
views/ -- static views, like an about page