Skip to content

提示詞訓練,練習使用 Claude 協助開發小型系統級的應用。簡單的小web app基於Remix.js 用於記錄生活的做過的勞動(加分),以及打混(扣分)並且在分數不夠的話,會跳出通知禁止休息。

Notifications You must be signed in to change notification settings

NikaisnotRubber/daily-effort-tracker

Repository files navigation

system_prompt 使用 Thinking-Claude v5.1 lite(這樣例如Cursor, Surfwind才不會超出大小限制)

app_prompt 則是自己的提示工程練習

啟動&部署說明

Development

Run the dev server:

npm run dev

Deployment

First, build your app for production:

npm run build

Then run the app in production mode:

npm start

Now you'll need to pick a host to deploy it to.

DIY

If you're familiar with deploying Node applications, the built-in Remix app server is production-ready.

Make sure to deploy the output of npm run build

  • build/server
  • build/client

Styling

This template comes with Tailwind CSS already configured for a simple default starting experience. You can use whatever css framework you prefer. See the Vite docs on css for more information.

About

提示詞訓練,練習使用 Claude 協助開發小型系統級的應用。簡單的小web app基於Remix.js 用於記錄生活的做過的勞動(加分),以及打混(扣分)並且在分數不夠的話,會跳出通知禁止休息。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published