Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 768 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 768 Bytes

hackatrain

http://www.hackatrain.nl

We invite you to hack the hackatrain website. See a typo, help us fix it. Have a cool idea for an animation, put it in!

installation

first, make sure node.js (https://nodejs.org/) is installed, then install global dependencies.

npm install bower --global

then install local dependencies

npm install
bower install

now start the site with

npm start

hacking

Frist read this:

Start by forking the hackatrain repository, check it out and hack away! If you have something that you are proud of make a pull reqeust and, if we like it, your hack will be in the live site a couple of days later!