https://github.com/ryan-ahn/demo-normalgame-web
미니 게임 데모
https://github.com/ryan-ahn/demo-normalgame-web
Last synced: over 1 year ago
JSON representation
미니 게임 데모
- Host: GitHub
- URL: https://github.com/ryan-ahn/demo-normalgame-web
- Owner: ryan-ahn
- License: mit
- Created: 2024-10-27T12:24:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-28T01:15:13.000Z (over 1 year ago)
- Last Synced: 2025-01-22T04:43:06.228Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 189 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ryan's Normal Game!



## Introduction
- Summary: MBTI, 순서바꾸기 게임
- Developer: Ryan(github.com/ryan-ahn)
## Technical stack
- Monorepo: Turborepo
- Application: Typescript, Nextjs
- Micro Animation: NextUI
- Styling: TailwindCSS
- Testing: Vitest
- Component Documentation: Storybook
- Package Manager: pnpm
## Getting Started
### 1) Install Dependencies
```shell
pnpm install
```
### 2) Run the Development Server
```shell
pnpm run dev
```