✨ 快速入門 (Startup Guide)

1. 專案理念

Creator Store 是全球首個採用「全封裝便攜式架構」的電商引擎。我們致力於消除「我的電腦跑不起來」的所有技術障礙。 透過內置 Node.js Runtime,您可以將所有精力放在品牌經營上。

2. 一鍵啟動 (The One-Liner)

開啟您的終端機,貼上以下指令即可自動完成所有環境配置:

Windows (PowerShell)
powershell -c "irm https://creator-store.io/install.ps1 | iex"
Linux / macOS / WSL (Bash)
curl -sSL https://creator-store.io/install.sh | bash

3. 配置安裝精靈

腳本執行完畢後,系統會自動在瀏覽器中彈出「安裝精靈」。您需要準備好您的 **Supabase URL** 與 **Service Role Key**。

提示: 如果瀏覽器沒有自動開啟,請手動訪問 http://localhost:3000/setup。
© 2026 Admin Documentation下一章:資料庫設定 →