Skip to content

jimchen0102/pingpanda

Repository files navigation

Next.js TypeScript Tailwind CSS shadcn/ui Clerk

PingPanda - 事件通知平台

📋 目錄

  1. 🤖 專案介紹
  2. ⚙️ 技術棧
  3. 🤸 專案設定

PingPanda 是一個事件通知平台,開發者可以透過 API 發送事件通知,將自己的應用和 Discord 做整合。

  • Next.js 14
  • TypeScript
  • TailwindCSS
  • ShadCN
  • Clerk

git clone 專案

git clone https://github.com/jimchen0102/pingpanda.git
cd pingpanda

安裝

使用 npm 安裝專案的依賴項:

npm install

設置環境變數

在專案根目錄下建立一個名為 .env.local 的新文件,並加入以下內容:

NEXT_PUBLIC_APP_URL=
DATABASE_URL=
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
DISCORD_BOT_TOKEN=

執行專案

npm run dev

打開瀏覽器並訪問 http://localhost:3000 來查看專案。

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors