jonpage0 / powersync-web-sdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PowerSync Web SDK

This monorepo contains the packages for PowerSync's Web SDK.

Structure

Demos

Demo applications are located in the /demos/ directory.

Packages

SDK packages are located in the /packages/ directory.

Getting started

This monorepo uses PNPM.

pnpm install
pnpm build:packages

or to build everything including the demos

pnpm build

To run a demo app follow the getting started instructions.

About

License:Apache License 2.0


Languages

Language:TypeScript 100.0%