Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.24 KB

README.md

File metadata and controls

45 lines (34 loc) · 1.24 KB

Taslonic

Glorious components for Vue & React.

CircleCI Coverage Status

Contributing

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

  2. Clone the repo:

git clone [email protected]:glorious-codes/glorious-taslonic.git
  1. Go to the project directory
cd glorious-taslonic
  1. Install the project dependencies
npm install
  1. Build packages
npm run build
  1. From here, refer to the README of the Taslonic package you want to contribute for:

Tests

  1. Ensure that all code that you have added is covered with unit tests:
npm run test
  1. You can optionally generate coverage report after running tests:
npm run test -- --coverage