-
Install Node. Download the "Recommend for Most Users" version.
-
Clone the repo:
git clone [email protected]:glorious-codes/glorious-pitsby.git
- Go to the project directory
cd glorious-pitsby
- Install the project dependencies
npm install
-
Create the
pitsby.config.js
and, at least, one*.doc.js
in a third party project. -
Install and run Pitsby on the root directory of the project previously cited according to the Basic Usage instructions.
-
If you want just to build the project, run:
npm run build
- Otherwise, run:
npm run start
The app will be running on http://localhost:8080
and the browser will automatically reload with the changes you make in any source file.
- Ensure that all code that you have added is covered with unit tests:
npm run test -- --coverage