Glorious components for Vue & React.
Glorious components for Vue & React.
Install Node. Download the “Recommend for Most Users” version.
Clone the repo:
git clone git@github.com:glorious-codes/glorious-taslonic.git
Go to the project directory
cd glorious-taslonic
Install the project dependencies
npm install
Build packages
npm run build
From here, refer to the README of the Taslonic package you want to contribute for:
Ensure that all code that you have added is covered with unit tests:
npm run test
You can optionally generate coverage report after running tests:
npm run test -- --coverage