Skip to content

rubykit/rubykit.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published