Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 771 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 771 Bytes

WaffleHacks Landing Page

This is the landing page for the Waffle Hacks hackathon. It is a modified version of the Gatsby Tailwind Starter made by AppSeed.

The countdown clock is a modified version of the countdown timer in this blog post.

Development

  1. Install the latest LTS release of Node.js with nvm or from the official releases.
  2. Install dependencies
$ npm install
  1. Start the development server
$ npm start

If you updated any content in the CMS, simply restart the development server and it will pull the latest information.