-
Install Node. Download the "Recommend for Most Users" version.
-
Clone the repo:
git clone [email protected]:glorious-codes/glorious-triven.git
- Go to the project directory
cd glorious-triven
- Install the project dependencies
npm install
-
Make improvements as you wish.
-
Before open a Pull Request, ensure that all the code you have written is covered with tests:
npm run test -- --coverage