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

lunarcast/lunarflow

Repository files navigation

Lunarflow

This project is currently on hold. I might or might not resume development.

Lunarflow is a lambda calculus visualizer. This is still in a super early stage, so maybe start this repo and come back in a few months :D

Try it out here.

Setup

  • Clone the repo
  • Run:
    pnpm install

Dev server

  • Run

    pnpm dev

Build for production

  • Run

    pnpm build