This is a collection of Web Components developed at Genpact T7.
To develop this project locally, you will need Git v2 or higher and Node v6 or higher and comfortable access to a terminal or command prompt.
To begin working on this project; clone this repository.
git clone git@github.com:t7/web-components.git
After navigating to the cloned repository, install this project’s dependencies.
npm install
Once the dependencies are installed, you can run the project locally.
npm start
Read CONTRIBUTING.md before contributing back to the project.