Skip to content

wepublish/vybe.ch

Repository files navigation

vybe.ch

Development

Prerequisites

  • [Node v12.x.x][node-download-url]
  • [Yarn v1.17.x][yarn-download-url]

Install, Build & Watch

If you're setting up the project for the first time:

yarn install && yarn build && yarn setup

After that you can watch the project via (in two different shells):

docker-compose up mongo 
yarn watch

The following servers will be available:

Bump to new WEP version

  1. Change version of packages @wepublish/api, @wepublish/api-db-mongodb and @wepublish/api-media-karma in api/package.json to mew WEP version.
  2. Change version of packages @wepublish/editor in editor/package.json to new WEP version.
  3. Run in root yarn install
  4. If necessary fix api/src/index.ts until yarn build command works again
  5. Push to main for deployment

Releases

No releases published

Packages

No packages published