Getting started
Requirements
Section titled “Requirements”- Node.js >= 22
- pnpm
- Docker (or a PostgreSQL database)
Create your project
Section titled “Create your project”pnpm create start-ui -t web myApp
That will scaffold a new folder with the latest version of 🚀 Start UI [web] 🎉
Installation
Section titled “Installation”cp .env.example .env # Setup your env variablescp .vscode/settings.example.json .vscode/settings.json # (Optionnal) Setup your VS Codepnpm install # Install dependenciespnpm dk:init # Init dockerpnpm db:init # Init the db
Development
Section titled “Development”# Run the database in Docker (if not already started)pnpm dk:start# Run the development serverpnpm dev