ecommerce website shopfinity
1.0.0
歡迎使用Shopfinity ,這是一款採用最新技術建構的高級電子商務應用程式。 Shopfinity 提供全面的線上購物解決方案,包括使用者身份驗證、產品管理、支付處理和直覺的管理儀表板。
克隆儲存庫
git clone https://github.com/yourusername/shopfinity.git
cd shopfinity
安裝依賴項
npm install
# or
yarn install
環境變數
在根目錄下建立.env.local
文件,加入以下環境變數:
MONGODB_URI=your_mongodb_connection_string
AUTH_SECRET=your_auth_secret
AUTH_GITHUB_ID=your_github_client_id
AUTH_GITHUB_SECRET=your_github_client_secret
AUTH_GOOGLE_ID=your_google_client_id
AUTH_GOOGLE_SECRET=your_google_client_secret
NEXT_STRIPE_SECRET_KEY=your_stripe_secret_key
NEXT_STRIPE_PUBLIC_KEY=your_stripe_public_key
STRIPE_WEBHOOK_SECRET=your_stripe_webhook_secret
RESEND_API_KEY=your_resend_api_key
NEXT_ADMIN_EMAIL=your_admin_email
AUTH_TRUST_HOST=true
運行開發伺服器
npm run dev
# or
yarn dev
用瀏覽器開啟http://localhost:3000查看結果。
tailwind.config.js
檔案並在styles/globals.css
檔案中新增自訂 CSS 類別來自訂樣式。 我們歡迎貢獻!請依照以下步驟貢獻:
git checkout -b feature/your-feature
)。git commit -am 'Add new feature'
)。git push origin feature/your-feature
)。該項目已獲得 MIT 許可證的許可。有關更多詳細信息,請參閱許可證文件。
請在此處查看 Shopfinity 的現場演示。
您可以根據專案的具體要求隨意自訂此README.md
檔案。享受使用 Shopfinity 進行構建的樂趣!