Skip to content

rafaelcamargo/bordiple

Repository files navigation

Bordiple

CSS Multiple Border Generator Tool

CircleCI Coverage Status

Contributing

  1. Install Node. Download the "Recommend for Most Users" version.

  2. Clone the repo:

git clone git@github.com:rafaelcamargo/bordiple.git
  1. Go to the project directory
cd bordiple
  1. Install the project dependencies
npm install
  1. Check your changes running the command below and accessing http://localhost:9000:
npm run start

Tests

  1. In case you have changed any website behavior, ensure that all changes are covered with automated tests:
npm run test
  1. You can optionally generate a coverage report while running tests:
npm run test -- --coverage