Skip to content
/ wd42-site Public

This repository holds the application code for the Web Developer 42° website. [archived]

Notifications You must be signed in to change notification settings

wd42/wd42-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Developer 42°

All aboard the fun train.

Development

The Web Developer 42° site is built with Node.js at it's core and as such a working Node.js install is required before you can do anything with the code in this repository.

Details regarding getting the intstallation of Node.js on your system can be found at https://github.com/joyent/node/wiki/Installation.

Getting started

From within the root of your local copy of this repository, you'll need to fetch all module dependencies for this application to run.

Fortunately in Node.js this is as simple as performing the following command:

$ npm install

Once npm has retrieved all app dependencies, you can start the app by performing the following:

$ node app.js

This command will return the web address and port the application is running on.

Happy days!

About

This repository holds the application code for the Web Developer 42° website. [archived]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published