Install Global
npm install -g monadlisa
- Run on terminal:
.lisa
Clone the main repository and fetch all the contents of the submodules to install monadLisa as a the whole monoRepo:
git clone --recurse-submodules https://github.com/suiGn/monadLisa.git
To get the latest commits for all submodules, you can use:
git pull --recurse-submodules
To ensure that the submodules are on the correct commit tracked by the monorepo:
git submodule update --init --recursive
PM2: This guide would detail steps for running your monadLisa with PM2, and setting it up to restart automatically on server reboot: Click Here