Concorde guide — Installation. The following command creates a new Vite project in TypeScript mode with Tailwind and an example component to get started. Doc ID: docs/_getting-started/concorde-outside. Keywords: Concorde, supersoniks, docs/_getting-started/concorde-outside, concorde-outside, Installation, guide, yarn ai:sync. URL: https://concorde.supersoniks.org/crawl/docs/_getting-started/concorde-outside.html.
Installation
For almost all new projects, use create-concorde-ts-starter.
You get Vite + TypeScript + Lit + Tailwind, an example component, npx concorde enable-short-paths ready to run, and yarn ai:sync for AI agent skills (AGENTS.md, Cursor / JetBrains rules) without extra setup.
Starter
The following command creates a new Vite project in TypeScript mode with Tailwind and an example component to get started.
npx @supersoniks/create-concorde-ts-starter "project_name"
Then, from the project folder:
yarn install
yarn dev --host
Next steps
| Step | Page |
|---|---|
| Learn patterns | My first component |
| Agent skills | AI agents (skills) — yarn ai:sync on the starter |
| Brownfield / manual Vite | Legacy: Manual installation |