-
Notifications
You must be signed in to change notification settings - Fork 18
development monorepo
Ivan S Glazunov edited this page Nov 9, 2021
·
3 revisions
- clone https://github.com/deep-foundation/dev repo
git clone https://github.com/deep-foundation/dev.git && cd dev
- install dev monorepo dependencies, then fetch and install
./packages/
submodules
npm ci && npm run packages
-
install and run docker from https://docs.docker.com/engine/install/
-
run Deep.Case development environment in develop mode
npm run local
- open Deep.Case application on server http://localhost:3007/
- Verify, your submodule (
/packages/*
in monorepo not in currect branch (main
probably). - Commit and push in submodule git environemtn
- Important! Commit and push in dev monorepo submodule commit id changes. If loose this step - monorepo still use previos commit submodule id for each next dev monorepo installation.