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

https://github.com/ryan-ahn/demo-normalgame-web

미니 게임 데모
https://github.com/ryan-ahn/demo-normalgame-web

Last synced: over 1 year ago
JSON representation

미니 게임 데모

Awesome Lists containing this project

README

          

# Ryan's Normal Game!

![Author](https://img.shields.io/badge/Author-ryan-orange.svg)
![License](https://img.shields.io/badge/License-MIT-blue.svg)
![Last Commit](https://img.shields.io/github/last-commit/ryan-ahn/sample-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
```