Merlin Editor allows you to create diagrams using code and helps you teach computer science topics.
To check it out, visit the Merlin Editor editor here.
- Node.js (v14 or higher)
- npm or pnpm package manager
-
Clone the repository:
git clone https://github.com/ETH-PEACH-Lab/merlin.git cd merlin
-
Install dependencies:
pnpm install
-
Start the development server:
pnpm dev
-
Open your browser and navigate to
http://localhost:8080