Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.6 KB

README.md

File metadata and controls

49 lines (36 loc) · 1.6 KB

Namespace for MAM based projects

Development

Local

  1. Update NodeJS to LTS
  2. Clone MAM repository and install dependencies via npm or yarn
git clone https://github.com/hyoo-ru/mam.git ./mam
cd ./mam
npm install
  1. Clone this repository to ./mam/aspirity
git clone https://github.com/aspirity-ru/mam_aspirity.git ./aspirity
  1. Build the project you want npm run start aspirity/<project-name>

  2. Run dev server npm run start

  3. Open url http://127.0.0.1:9080

  4. Disable cache in devtools

  5. Select project in browser

Gitpod

  1. Open Gitpod Online Dev Workspace
  2. Install recommended plugins
  3. And continue from point 3 in the Local section

Setup VSCode

How to make VSCode support multiple GIT repositories

  1. Create ./mam/.gitmodules file with similar content.
[submodule "aspirity_restmock"]
    path = aspirity/restmock
    url = git@github.com:aspirity-ru/aspirity_restmock.git
  1. Edit name, path and link as needed. The file can contain many submodules