Development monorepo template for kiru-gsap.
.github- Contains workflows used by GitHub Actions.
packages- Contains the individual packages managed in the monorepo.
- kiru-gsap
sandbox- Contains example applications and random tidbits.
- Use
make buildto recursively run the build script in each package - Use
make testto recursively run the test script in each package