mirror of
https://github.com/0xPARC/zkmessage.xyz.git
synced 2026-01-08 22:07:58 -05:00
a5263530f6da32b8abb8ed0d96a958a6ae0564f6
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
Languages
TypeScript
98.8%
JavaScript
0.7%
CSS
0.5%