Skip to content

colinhacks/drawdb

Repository files navigation

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

About

A simple drawing app powered by EdgeDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published