Clone the repo:
git clone git@github.com:jackdbd/matsuri.git
cd matsuri
Install all dependencies from npm.js and setup git hooks with husky:
npm install
This monorepo uses Typescript project references to build all of its libraries.
Build all libraries:
npm run build
Run all tests on all packages:
npm run test
Start the demo Hapi app:
npm run start:development -w packages/demo-app