Skip to content

jackdbd/matsuri

Repository files navigation

matsuri ⛩️

CI workflow release workflow codecov CodeFactor Conventional Commits

Matsuri logo

Installation

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

Build

This monorepo uses Typescript project references to build all of its libraries.

Build all libraries:

npm run build

Test

Run all tests on all packages:

npm run test

Demo app

Start the demo Hapi app:

npm run start:development -w packages/demo-app