/powersync-web-sdk

Primary LanguageTypeScriptApache License 2.0Apache-2.0

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.