A visual editor for creating graphs using Typst or Latex
Final Project by Sam Poder, Teresa Luo, and Rebecca Dang for UC Berkeley's CS 294-184 (Spring 2025) course
- Install yarn
- Install Node.js v20.0.0 or higher (can use nvm to manage different node versions, e.g.
brew install nvm,nvm install 20.0.0, andnvm use 20.0.0if you are on Mac with Homebrew installed) git clone git@github.com:sampoder/tangerine.gitcd tangerineyarn installto install dependencies
Run yarn dev to run the development server and enable hot reloading, then navigate to localhost:3000 to preview the app
- Run
yarn buildto create the optimized production build - Run
yarn startto start the development server
Use the live web app here: https://tangerine-iota.vercel.app/