This is a demonstration of the Row Version Strategy.
A high-performance issue tracker in the style of Linear.
Built with Replicache, ViteJS, and Postgres.
$ npx replicache get-license
$ export VITE_REPLICACHE_LICENSE_KEY="<your license key>"
Install PostgreSQL. On MacOS, we recommend using Postgres.app. For other OSes and options, see Postgres Downloads.
Once installed, set your database url
$ export DATABASE_URL="postgresql://localhost/repliear"
and create a postrgres DB
$ psql -d postgres -c 'create database repliear'
$ npm install; npm run build;
$ npm run watch --ws
Provides an example integrating replicache with react in a simple todo application.