Design Stories, Documents and UX Mockups related to the fabric8-ui and fabric8-planner repositories.
All information is tracked by the User Experience Design Team.
- Design Links
- Information Architecture
- HTML/CSS Code Guidelines
Want to submit a PR to our site? Run the environment locally using the steps below:
- Verify that you have the following installed:
- Node
- Gulp
- Gem
- Jekyll
- run
gem install bundler - run
npm install - run
gulp- this will copy the files from your npm_modules directory to their respective locations for the jekyll build process
- run
jekyll build - run
jekyll serve- for viewing locally at http://localhost:4000
- Run the npm command
npm run site
If you are having issues with the site building, you can run two sets of clean commands:
gulp cleanVendors- This will remove the vendor files that were copied over during the
gulpprocess
- This will remove the vendor files that were copied over during the
npm run clean- This will remove your node_modules directory, run
npm install, rungulp cleanVendorsto remove any old vendor files, and rungulpto copy updated vendor files.
- This will remove your node_modules directory, run
If you have issues with your gem bundles, you can run the following command:
npm run bundle- This will update the gem bundles. If you do not have node installed, just run
bundle update.
- This will update the gem bundles. If you do not have node installed, just run