Skip to content

WaffleHacks/website-2022

Repository files navigation

WaffleHacks Landing Page

This is a temporary landing page for the Waffle Hacks hackathon.

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.