This is the OpenHack Victoria website.
- Install the version of Node.js specified in the
.nvmrc
file. - Run
npm install
to install all the dependencies. - Run
npm run develop
to start up the development server. - Visit http://localhost:8000 in your browser.