- [Node v12.x.x][node-download-url]
- [Yarn v1.17.x][yarn-download-url]
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:
- Wepublish API: http://localhost:4000
- Editor: http://localhost:3000
- Editor: http://localhost:3000
- Media Server http://localhost:3004
- Change version of packages
@wepublish/api
,@wepublish/api-db-mongodb
and@wepublish/api-media-karma
inapi/package.json
to mew WEP version. - Change version of packages
@wepublish/editor
ineditor/package.json
to new WEP version. - Run in root
yarn install
- If necessary fix
api/src/index.ts
untilyarn build
command works again - Push to main for deployment