Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.
/ GAWOO Public archive

GAWOOはそれなりの分散型P2Pミニブログソーシャルアプリのプロジェクトです

Notifications You must be signed in to change notification settings

KingYoSun/GAWOO

Repository files navigation

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

  • changing db schema
# update ./prisma/schema.prisma
$ npx prisma migrate dev --name ***
$ npx prisma db push
  • applly change of db schema in production
$ npx prisma migrate deploy --**name**

About

GAWOOはそれなりの分散型P2Pミニブログソーシャルアプリのプロジェクトです

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages