Evolu is TypeScript library and local-first framework.
Please visit evolu.dev.
The Evolu community is on GitHub Discussions, where you can ask questions and voice ideas.
To chat with other community members, you can join the Evolu Discord.
Evolu monorepo uses pnpm.
Install dependencies:
pnpm install
Build monorepo:
pnpm build
pnpm build:web
Start dev:
# web
pnpm dev
# expo (pnpm dev must be running too)
pnpm ios
pnpm android
Linting:
pnpm lint
pnpm lint-monorepo
Tests
pnpm test
Describe changes for release log:
pnpm changeset