Skip to content
This repository has been archived by the owner on Jun 3, 2023. It is now read-only.

Frostwork-Media/engage-mazurka-lutanist

 
 

Repository files navigation

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]

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.7%
  • CSS 2.2%
  • Other 1.1%