Skip to content

development monorepo

Ivan S Glazunov edited this page Nov 9, 2021 · 3 revisions

How to development deep-foundation monorepo?

Launch version

  1. clone https://github.com/deep-foundation/dev repo

git clone https://github.com/deep-foundation/dev.git && cd dev

  1. install dev monorepo dependencies, then fetch and install ./packages/ submodules

npm ci && npm run packages

  1. install and run docker from https://docs.docker.com/engine/install/

  2. run Deep.Case development environment in develop mode

npm run local

  1. open Deep.Case application on server http://localhost:3007/

Commit submodule

  1. Verify, your submodule (/packages/* in monorepo not in currect branch (main probably).
  2. Commit and push in submodule git environemtn
  3. 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.
Clone this wiki locally