Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Oct 10, 2023. It is now read-only.
/estePublic archive

This repo is suspended.

License

NotificationsYou must be signed in to change notification settings

este/este

Repository files navigation

WARNING: This project is outdated and not maintained anymore.

Prerequisites

Setup project

  • git clone https://github.com/este/este
  • cd este
  • yarn
  • yarn docker:up
  • yarn env dev
  • yarn prisma:deploy

Tasks

  • yarn dev start web development
  • yarn dev-ios start iOS development
  • yarn dev-android start Android development
  • yarn prisma:deploy afterprisma/datamodel.prisma change
  • yarn prisma:generate generate Prisma client
  • yarn prisma:delete get rid of the whole service
  • yarn gen afterapi/schema.graphql change
  • yarn env dev copy.env.dev to.env
  • yarn env prod copy.env.prod to.env
  • yarn build local build
  • yarn start local start
  • yarn test before commit
  • yarn deps rimraf 'yarn.lock' 'node_modules' '**/node_modules' && yarn
  • now deploy tozeit.co/now

Tips

  • yarn dev, then openlocalhost:5000/playground and set HTTP HEADERS to{ "Authorization": "Bearer token" }. Token is browser cookie for api andyarn prisma token for db.
  • Afterprisma/docker-compose.yml change, runyarn docker:up
  • To deploy local Prisma to demo server, set up Prisma with demo database, and put its endpoint to .env.prod (copy paste of .env.dev), thenyarn env prod, thenyarn prisma:deploy.

Links


[8]ページ先頭

©2009-2025 Movatter.jp