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.)
bundle install
. (Prerequisite: must have Ruby installed; in Ubuntu/Debian, use sudo apt-get install ruby-dev
. You may also have to install bundler with gem install bundler
.)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 herejekyll serve
: Starts a jekyll serve process on the default port (4000 or whatever is specified in _config.yml
).