Skip to content

Instantly share code, notes, and snippets.

@RyanCCollins
Created January 24, 2016 03:20
Show Gist options
  • Save RyanCCollins/51ab045d9ccc69c8ddbc to your computer and use it in GitHub Desktop.
Save RyanCCollins/51ab045d9ccc69c8ddbc to your computer and use it in GitHub Desktop.
How to install the hacksmith website

First, install nodeJS:


Then, make a new folder called uhubprojects, or whatever, and clone the project to your local computer by running

git clone https://github.com/u-hub/hacksmiths hacksmiths

From your terminal

This will make a new folder on your computer called hacksmiths with all of the files you need.

From the same project directory, run

npm install && bower install

to install project dependencies.

Once installed, type node start from the terminal and browse to http://localhost:9000 on your computer

Build

The build is done by webpack and browsersync, so any changes made, will sync to the browser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment