Installation
Set up codebase
Fork and Clone Repository.
gh repo fork mira-amm/mira-amm-web --clone; # fork and clone repo
cd mira-amm-web; # Navigate into directory
./install # run install script
pnpm exec playwright install --with-deps # install Playwright Browsers for E2E Testing
Playwright for Arch Linux users.
Open VSCode (Or your preferred editor):
# 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.
pnpm dev
pnpm start
- Move panes & tabs: Ctrl + left/right/up/down
- Toggle popup panes Ctrl + F