This monorepo contains the following npm packages:
@coloco/router: A routing library for Coloco applications@coloco/api-client-svelte: A client for interacting with Coloco APIs
# Install dependencies
npm install
# Build all packages
npm run build# Run tests for all packages
npm testPackages are automatically published to npm when changes are pushed to the main branch, using GitHub Actions.