Quickstart
1. Install dependencies
Section titled “1. Install dependencies”bun installIf you are using the published package instead of the repo checkout:
npm install -g @fumi-ops/cora2. Create a workspace
Section titled “2. Create a workspace”Pick a template that matches the dashboard you want to build:
bun run src/cli.ts init --template saasTemplates include:
startersaasecommercefreelancerdeveloper
3. Start the local server
Section titled “3. Start the local server”bun run src/cli.ts serveThen open http://127.0.0.1:4242.
4. Refresh data
Section titled “4. Refresh data”bun run src/cli.ts fetchUse validate before you ship a dashboard layout:
bun run src/cli.ts validateWhat the starter creates
Section titled “What the starter creates”dashboard.jsonfor rendered valuescora.config.yamlfor source bindings and refresh behaviorcora.cache.jsonfor local cache state.envfor project credentialsCORA_AGENT_INSTRUCTIONS.mdfor the agent contract
Useful commands
Section titled “Useful commands”cora initcora servecora fetchcora validatecora exportcora sources listcora config get <key>