/drawdb

A simple drawing app powered by EdgeDB

Primary LanguageTypeScript

DrawDB

hello

Download the app with degit.

npx degit colinhacks/drawdb drawdb

Alternatively, download the incomplete branch for a version that doesn't have persistence implemented.

npx degit colinhacks/drawdb#incomplete drawdb

Then install dependencies, initialize the EdgeDB project, generate the query builder, and run the application.

cd drawdb
yarn
edgedb project init
npx edgeql-js
yarn dev