Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 632 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 632 Bytes

Tldraw with Ollama

This repo is initiated from make-real-starter.

Getting started

Install Ollama

  1. Install Ollama from here
  2. Once you installed, run ollama serve

Start app

  1. Run npm install to install dependencies
  2. Run npm run dev
  3. Open localhost:3000 and make some stuff real!

How it works

  1. Draw a wireframe on screen
  2. Use selection tool to select the wireframe
  3. Click "Make Real with LLaVA" on the top-right button
  4. Wait (about 1-2 minutes) and you will see the generated HTML next to your wireframe!