Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 656 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (12 loc) · 656 Bytes

Contributing

Pull requests go into the master branch. The gh-pages branch is a presentation of the master branch at the last given push.

Prerequisites

  • You must have Node.js and Yarn installed to run the Specificity Visualizer locally.
  • Clone the repository with git clone https://github.com/isellsoap/specificity-visualizer.git
  • Go into the folder with cd specificity-visualizer

Developing

  • yarn start starts the application in development mode and continuously watches all files.

Building

  • yarn build builds the application in production mode.