Skip to content
This repository has been archived by the owner on Dec 8, 2018. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 754 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 754 Bytes

Victoria Junior College’s Makers’ Club are a group of students who are interested in innovating and making all kinds of things.

Getting Started

You’ll need Git, Ruby, Bundler and npm to run this repository.

  1. Clone this repository: git clone https://github.com/vjmakers/vjmakers.github.io.
  2. Install dependencies: bundle install.
  3. Build the static site. (Built files are stored in _site.)
    • npm start: starts a development server.
    • npm run build: builds the site.
    • npm run build:production: builds the site for production.