Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.2 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.2 KB

Lilypad

A text-based visual code editor architected to supported multiple languages and platforms.

Using It

Development

Prerequisite Installs

Running

Native App

  1. cargo run

VSCode Extension

  1. just wasm-vscode
  2. Open lilypad-vscode/ in VSCode Insiders
  3. npm install
  4. Run using VSCode

In Browser

  1. just wasm-web (builds .wasm files and code bundle)
  2. cd lilypad-web
  3. http-server -p 8000