Installation

Set up codebase

Fork and Clone Repository.

Shell
git clone https://mira-amm/mira-amm-web; # clone repo
cd mira-amm-web;                         # Navigate into directory
./install                                # run install script
Shell
gh repo fork mira-amm/mira-amm-web --clone; # fork and clone repo
cd mira-amm-web;                            # Navigate into directory
./install                                   # run install script
Terminal
pnpm exec playwright install --with-deps # install Playwright Browsers for E2E Testing

Open editor:

Shell
 # allow all hosts and trust the authors when you see a popup
 # and install all recommended extensions
code .
Shell
nvim .
Shell
emacs .

Run projects

⭐ Enjoy Microvisor, our project-specific IDE.

Shell
pnpm dev
Shell
pnpm start
  • Move panes & tabs: Ctrl + left/right/up/down
  • Toggle popup panes Ctrl + F