KingYoSun / GAWOO

GAWOOはそれなりの分散型P2Pミニブログソーシャルアプリのプロジェクトです
2 stars 0 forks source link
ceramic-network decentralized electron ipfs material-ui nextjs playwright social-network typescript waku

GAWOO

Usage

Install Dependencies

# using yarn or npm (admin rights)
$ npm install --legacy-peer-deps

Use it

# run unit test
$ npm run test

# run e2e test
$ npm run test:e2e

# development mode
$ npm run dev

# production build
$ npm run build

# e2e test
$ npm run build
$ npm run test:e2e

DB Migration

# update ./prisma/schema.prisma
$ npx prisma migrate dev --name ***
$ npx prisma db push
$ npx prisma migrate deploy --**name**