raymondz fc9825be7c fix key
2021-11-20 03:14:34 -05:00
2021-11-20 03:14:34 -05:00
2021-11-20 02:38:33 -05:00
2021-11-20 02:55:26 -05:00
2021-11-20 02:12:37 -05:00
2021-11-20 02:55:26 -05:00
2021-11-19 11:11:15 -05:00
2021-11-18 17:07:37 -05:00
2021-11-18 19:03:47 -05:00
2021-11-20 02:08:22 -05:00
2021-11-19 00:08:11 -05:00
2021-11-19 14:12:20 -05:00
2021-11-18 19:03:47 -05:00

zk-group-sigs-server

npm i
cp node_modules/snarkjs/build/snarkjs.min.js public/.
npm run dev

You also want to add two (sorry) env files both containing

DATABASE_URL="file:/path/to/repo/database.sqlite"

in .env.local AND prisma/.env.

Lastly initialize an empty database with

npx prisma generate
npx prisma db push

Whenever the prisma schema changes you need to re-generate the database stuff with

npx prisma generate
npx prisma db push
Description
No description provided
Readme MIT 3 MiB
Languages
TypeScript 98.8%
JavaScript 0.7%
CSS 0.5%