Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 627 Bytes

File metadata and controls

30 lines (22 loc) · 627 Bytes

Merlin Editor

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.

Getting Started

Prerequisites

  • Node.js (v18 or higher)
  • npm or pnpm package manager

Installation

  1. Clone the repository:

    git clone https://github.com/ETH-PEACH-Lab/merlin.git
    cd merlin
  2. Install dependencies:

    pnpm install
  3. Start the development server:

    pnpm dev
  4. Open your browser and navigate to http://localhost:8080