Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 473 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 473 Bytes

HackTX Landing Website

This is a work in progress.

Local Development

  1. Install Node.js for your platform
  2. Install the needed dependencies: npm install
  3. Start the Sass watcher: npm run dev
  4. Open the index.html file (or use npm run serve to run a virtual server)

You can now make modifications to the style.scss file and it will be automatically recompiled. Refresh your browser window to see changes.