mirror of
https://github.com/0xPARC/zkmessage.xyz.git
synced 2026-01-08 22:07:58 -05:00
717b4dc89489cda09e4c7ad9f7b01965b5631c58
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%