SvelteKit + EdgeDB testdrive project.
curl --proto '=https' --tlsv1.2 -sSf https://sh.edgedb.com | sh
$ cd /some/path
$ git clone [email protected]:paolodina/sveltekit-edgedb.git
$ cd sveltekit-edgedb
Install project packages.
pnpm install
Generate EdgeDB types.
pnpm edgedb:gen interfaces
Generate EdgeDB query builder.
pnpm edgedb:gen edgeql-js
Load fixtures (opt).
$ # todo
Once you've created a project and installed dependencies, start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open