Victoria Junior College’s Makers’ Club are a group of students who are interested in innovating and making all kinds of things.
You’ll need Git, Ruby, Bundler and npm to run this repository.
- Clone this repository:
git clone https://github.com/vjmakers/vjmakers.github.io
. - Install dependencies:
bundle install
. - 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.