Getting Started
Installation
Create a new Tulip app with one command.
Create a new app from the Tulip starter template with one command.
Run the installer
Use npx to scaffold a new Tulip project:
npx create-tulip-app my-appStart your app
Move into the project and run it locally:
cd my-appnpm install
npm run dev