Skip to content

jiabin/jiabin.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jiabin Open Source Hub

A simple, static site which outlines our open source offerings.

Contributing

Important notes

Please don't edit files in css and js subdirectories as they are generated via grunt. You'll find source code in the src subdirectory!

Installing grunt

This assumes you have node.js and npm installed already.

  1. Test that grunt is installed globally by running grunt --version at the command-line.
  2. If grunt isn't installed globally, run npm install -g grunt to install the latest version. You may need to run sudo npm install -g grunt.
  3. From the root directory of this project, run npm install to install the project's dependencies.

Releases

No releases published

Packages

No packages published