Development monorepo template for lit-match.
.github- Contains workflows used by GitHub Actions.
packages- Contains the individual packages managed in the monorepo.
- lit-match
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