Installation

Set up codebase

Fork and Clone Repository.

Terminal
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

Playwright for Arch Linux users.

Open VSCode (Or your preferred editor):

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

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