syndesisio / syndesis-ux

UX Designs for Syndesis
Apache License 2.0
2 stars 9 forks source link

Syndesis UX Design Tracker

Design resources for the Syndesis project. Design tracker is hosted on github pages at https://syndesisio.github.io/syndesis-ux/

Installation

This installation requires that you have Ruby, Node, Gem, Jekyll and Gulp installed. You can find a list of dependecies with versions here: Design Tracker Dependencies

  1. Clone this repo to your local machine
  2. With Node, Gulp, Ruby, Gem and Jekyll already installed, run npm run initialize
  3. Start with jekyll serve
  4. Code away!

First Time Build

  1. Verify that you have the following installed (see our Dependencies:
    • Node
    • Gulp
    • Gem
    • Jekyll
  2. Run npm run initialize
    • commands as part of the script:
      • gem install bundler
      • bundle install
      • npm install
      • gulp
      • this will copy the files from your npm_modules directory to their respective locations for the jekyll build process
      • jekyll build
    • if this script fails, at the jekyll build step, run bundle exec jekyll build
  3. run jekyll serve

Subsequent Builds

Troubleshooting

Environment Troubles?