Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 375 Bytes

File metadata and controls

16 lines (11 loc) · 375 Bytes

Contributing to modern-monaco

Welcome, and thank you for taking time in contributing to modern-monaco.

Development Setup

You will need Bun(1.3+) installed on your machine.

git clone https://github.com/esm-dev/modern-monaco.git
cd modern-monaco
bun install
bun dev

Then open http://localhost:8000 in your browser.