Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 667 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 667 Bytes

Ugly Sweater Website

For one of our meetups we held a "contest" to create ugly sweater websites in spirit of the Holiday season. Here's the event page for reference: https://www.meetup.com/Kalispell-Software-Crafters/events/273351215/.

Setup

  • To run this you need to have node.js installed.

  • Download this source code

  • Navigate to the project directory in a terminal and install dependencies:

      npm install

Usage

To start a development server, run:

  npm start

To build the site for production, run:

  npm run build