Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (19 loc) · 969 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (19 loc) · 969 Bytes

Contribution Guidelines

Setting-up this project locally

Installation

git clone git@github.com:aml-org/playground.git
cd playground
git checkout develop
git clone git@github.com:aml-org/playground.git docs
cd docs
git checkout gh-pages
cd ..
npm install
gulp bundleAll

Running examples

To run a demo, execute corresponding gulp serve... command. To get a list of all available serve... commands, please see gulpfile.js.

Creating pull requests

Please create source code PRs to branch develop and html/css/etc to branch gh-pages.

Before creating a PR, make sure to run gulp bundleAll so all the code is compiled/compressed. If you've followed installation instructions, running gulp bundleAll should update both source code and compiled gh-pages code. This will allow you switch to docs directory and create a PR to gh-pages branch as well.