NOTE: Internet Explorer is no longer supported.
This project uses Bundler to ensure our local Jekyll environment matches the GitHub Pages Jekyll environment.
- To install Bundler, please refer to this short Requirements section over on GitHub Help (you can skip all the other steps on that page and come back here)
- Clone this project to your local environment, e.g.
git clone https://github.com/eBay/mindpatterns.git
- In your terminal window, change into the project directory you just cloned
- Notice the project directory contains a Gemfile. It will be used by Bundler in the next step.
- Run
bundle install
this will install Jekyll and other dependencies from the GitHub Pages gem - Run
npm install
to install all devDependencies - Run
npm start
to build and run site - Browser will automatically open at localhost:3000
- Browser will automatically reload when local HTML, JS or CSS assets are modified
The original author and current lead maintainer of MIND Patterns is Ian McBurnie.
Copyright (c) 2015 eBay Inc.
Use of this source code is governed by a MIT-style license that can be found in the LICENSE file or at https://opensource.org/licenses/MIT.