A demo application to showcase the power of Percy!
Note: this repository is private and should not be shared because it is based on the spark-bootstrap-theme, which is closed source. Full license is here: https://themes.getbootstrap.com/licenses/ .
- NodeJS (https://nodejs.org/)
- Hub (https://hub.github.com/)
- Open your console.
- Navigate to the root folder.
- Run
npm install
to install the testing dependencies.
Run:
./create-demo-pr.sh
- Run
npm start
while developing. This will automatically start a dev server at http://localhost:8080/ and detect scss file changes. It is not necessary to run this to run the tests.
Node Sass could not find a binding for you current environment: *
while runningnpm start
. Runnpm rebuild node-sass --force
in your console to rebuild node-sass for your current environment.