Skip to content

aspirity-inc/mam_aspirity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d7e00d3 · Mar 16, 2022

History

6 Commits
Aug 3, 2021
Mar 16, 2022

Repository files navigation

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

About

MAM namespace for all projects powered by $mol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published