Go to file
kyuuseiryuu ac3beb5d8f feat: Add isPassedGame logic and update GroupingPrediction component
- Added `dayjs` import for date manipulation in `GamePanel.tsx`.
- Introduced `isPassedGame` memoized value in `GamePanel.tsx` to determine if the game date has passed.
- Updated `GroupingPrediction` component to accept `isPassedGame` prop and adjust `nowScoreGroup` state accordingly.
2026-03-03 18:11:17 +09:00
__test__ refactor(utils): split shared helpers and server scraping modules 2026-02-26 00:26:25 +09:00
.vscode feat(global): find user 2026-02-10 11:11:08 +09:00
src feat: Add isPassedGame logic and update GroupingPrediction component 2026-03-03 18:11:17 +09:00
.env.example feat: Add REDIS environment variable and update environment checks 2026-03-03 14:16:29 +09:00
.gitignore fix(global) .gitkeep 2026-01-29 22:14:39 +09:00
bun-env.d.ts init 2026-01-29 22:00:49 +09:00
bun.lock init 2026-01-29 22:00:49 +09:00
bunfig.toml init 2026-01-29 22:00:49 +09:00
docker-compose.yml chore(docker): add restart policy for app service 2026-02-10 21:21:11 +09:00
dockerfile init 2026-01-29 22:00:49 +09:00
package.json init 2026-01-29 22:00:49 +09:00
README.md init 2026-01-29 22:00:49 +09:00
tsconfig.json init 2026-01-29 22:00:49 +09:00

bun-react-template

To install dependencies:

bun install

To start a development server:

bun dev

To run for production:

bun start

This project was created using bun init in bun v1.2.21. Bun is a fast all-in-one JavaScript runtime.