Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 921 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 921 Bytes

Rubykit Framework static website.

Table of Contents

Installation

Node

You will need Node js, which you should install through asdf.

Then install NPM dependencies by running:

npm install

Gulp

You should now be able to use Gulp. Have a look at gulpfile.js to see what's available (mainly compile, serve, deploy).

node_modules/gulp/bin/gulp.js --gulpfile gulpfile.js

Deploy

Since this is hosted on Github Pages with an Org repository, the branch containing the compiled assets needs to be master, so the protected source branch is src.

To compile and deploy, checkout src and run:

gulp deploy