An open API service indexing awesome lists of open source software.

https://github.com/tktcorporation/otoshidama-dice-roll


https://github.com/tktcorporation/otoshidama-dice-roll

Last synced: 7 months ago
JSON representation

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