vrmc / vjmakers.github.io

VJ Makers’ website.
https://vjmakers.github.io/
MIT License
0 stars 1 forks source link

VJ Makers’ Club Build status

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.