Pull requests go into the master
branch. The gh-pages
branch is a presentation of the master
branch at the last given push.
- 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
yarn start
starts the application in development mode and continuously watches all files.
yarn build
builds the application in production mode.