Note: This repository contains the source code powering trycanvas.app. If you want to use Canvas, visit the main repository.
This is a Next.js App Router project that ports the original Vue/Vite marketing site to TypeScript React components.
- Node >= 18.18
- NPM >= 9
npm install
npm run devThe development app runs at http://localhost:3000 by default.
npm run typecheck
npm run lint
npm run formatThis project is open-sourced software licensed under the MIT license.