Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 346 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 346 Bytes

OpenHack.club

This is the OpenHack Victoria website.

Local Development Instructions

  1. Install the version of Node.js specified in the .nvmrc file.
  2. Run npm install to install all the dependencies.
  3. Run npm run develop to start up the development server.
  4. Visit http://localhost:8000 in your browser.