feat: add project setup skill documentation; provide step-by-step guide for initializing new tibi projects

This commit is contained in:
2026-02-26 13:02:02 +00:00
parent 5707eb30dd
commit 2170bf761e
3 changed files with 182 additions and 142 deletions

View File

@@ -12,8 +12,6 @@ Tibi CMS starter template — Svelte 5 SPA with esbuild, SSR via goja, and Playw
## Setup commands
> **New project from this template?** Follow the step-by-step guide in [README.md](README.md).
- Install deps: `yarn install`
- Start dev: `make docker-up && make docker-start`
- Start with mock data: set `MOCK=1` in `.env`, then `make docker-up && make docker-start`