Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 607 Bytes

README.md

File metadata and controls

44 lines (26 loc) · 607 Bytes

Getting Setup

Pre-requisites:

  • node (Probably already installed!)
  • pnpm

Install dependencies:

pnpm install

Repository Structure

  • api/ - Functions to be run on the server
  • src/ - Frontend code
  • public/ - Static assets

Development

Start the development server:

pnpm vercel dev

Major Building Blocks

Squiggle -> Graph

Converting the squiggle code into nodes and edges. This is done in src/lib/squiggleToGraph.ts.


To Explain

[system]

[user question]

[current code state]

[user modification request]