thereallybigone

MIT License

Stars
3

The Really Big One

Live site

Description

An earthquake will destroy a sizable portion of the pacific northwest. Its not a question of if, but when.

This repository contains the code for The Really Big One website.

Development

Installation

Get the app-specific stuff set up:

  1. $ bower install to install web package dependencies for the project
  2. $ npm install -g gulp serve to get Gulp working
  3. $ npm install to install the node packages we need for Gulp

Reflect changes to the website

  1. $ npm run build to build the site
  2. $ npm start to start the http server
  3. Open your browser and go to http://localhost:3000