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/.
-
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
To start a development server, run:
npm start
To build the site for production, run:
npm run build