⚠️ Please refer to the Lerna for documentation
- Clone repository
- Install yarn, open cmd/bash and type
yarn global add lerna
- Download alt:V server files here and extract them into boilerplate folder
- Open cmd/bash in boilerplate directory and type:
yarn
yarn build
- Add
core
andcore-assets-view
to resources inserver.cfg
resources: [
core,
core-assets-view,
]
yarn start
- watch client, server and webView filesyarn build
- build client, server and webView filesyarn lint
- ESLintyarn lint:fix
- ESLint with--fix
optionyarn prettier
- Prettierlerna run storybook
- Storybooklerna run storybook:build
- build storybook
yarn watch
- watch resources folder and restart server