Skip to content

WaffleHacks/website-2021

Repository files navigation

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.