Skip to content

onitu/onitu.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Onitu website

Onitu's web site. Built with Jade, Sass & Gulp.

Contributing

Setup

If you want to build the website, you'll need NodeJS. It's not required at runtime, but only for the building process. If you have NodeJS installed, you can run the following commands:

$ git clone https://github.com/onitu/onitu.github.io.git
$ cd onitu.github.io
$ sudo npm install -g gulp # only needed if don't have Gulp installed
$ npm install

Then, you can run gulp to compile the assets and launch the livereload server. You can access the website at http://localhost:8080.