Fuse is a living design system that unites a robust set of UI elements with a flexible technology platform creating cohesive, intuitive experiences for National Instruments software users.
(Instructions are based off of those for the Polymer Starter Kit.)
- Clone this repository or download it as a .zip file and unzip.
- Install jekyll (and any other Ruby gems) with
bundle install
. (Prerequisite: must have Ruby installed; in Ubuntu/Debian, usesudo apt-get install ruby-dev
. You may also have to install bundler withgem install bundler
.) - From the project root folder, run
npm install -g gulp bower && npm install && bower install
. (See the old Polymer Starter Kit installation instructions for more details or troubleshooting.)
This documentation is generated with Jekyll, a static site generator.
app/
: All Jekyll content is here. (This is where all the editing happens)bower_components
: Content installed via bower ends up hereelements/
: Custom web components using Polymerimages/
: Visual imagesmedia/
: Other user content (PDFs, videos, etc.) for final productscripts/
: Javascript filesstyles/
: Custom CSS_data/
: Data files to help generate colors and icon pages
node_modules
: Content installed via npm goes here
jekyll serve
: Starts a jekyll serve process on the default port (4000 or whatever is specified in _config.yml
).