https://github.com/tktcorporation/otoshidama-dice-roll
https://github.com/tktcorporation/otoshidama-dice-roll
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tktcorporation/otoshidama-dice-roll
- Owner: tktcorporation
- Created: 2024-01-03T07:02:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-20T18:25:23.000Z (over 1 year ago)
- Last Synced: 2025-02-09T14:19:15.746Z (9 months ago)
- Language: TypeScript
- Homepage: https://otoshidama-dice-roll.vercel.app
- Size: 254 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# otoshidama-dice-roll
## Tech Stack
This is initialized with [create-t3-app](https://create.t3.gg/).
- T3 Stack Basic
- [Next.js](https://nextjs.org)
- [Tailwind CSS](https://tailwindcss.com)
- [tRPC](https://trpc.io)
- Extra
- [shadcn/ui](https://ui.shadcn.com/)
## 開発環境
- 推奨
- Github Codespaces
## 起動手順
1. install dependencies
```bash
npm i -g @antfu/ni
ni
```
1. start dev server
```bash
nr dev
```
## commit message
### prefix
- build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
- ci: Changes to our CI configuration files and scripts
- docs: Documentation only changes
- feat: A new feature
- fix: A bug fix
- perf: A code change that improves performance
- refactor: A code change that neither fixes a bug nor adds a feature
- test: Adding missing tests or correcting existing tests