- [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
After that you can watch the project via:
yarn watch
The following servers will be available:
- Website: http://localhost:5000
- Wepublish API: http://localhost:4000
- Editor: http://localhost:3000