Skip to content

ludomathieu/bosonic.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bosonic.github.io

Bosonic website is built with CabinJS, a simple and extensible static site generator powered by Grunt.

Therefore to contribute, you need to do a pull request on the dev branch.

Visit the website

Getting started

Fork the GitHub project first.

Install node.js. Then sass, grunt if you haven't yet.

$ gem install sass
$ gem install scss-lint
$ npm -g install grunt

After that, install npm dependencies, and run the application in development mode.

$ npm install

You are now ready to go

$ grunt server

your application is available at http://127.0.0.1:5455.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.5%
  • CSS 5.5%