Skip to content

Commit

Permalink
DOCS: update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eun-hak committed Jul 23, 2024
1 parent b125cef commit 94534fe
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
# 모아가이드 - STO 정보 큐레이션 플랫폼

## Getting Started

First, run the development server:
<br/>
<br/>

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.

This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
<br/><br/>
## Team Convention

## Learn More
| 태그 | 설명 |
| --------------------- | ------------------------------------------------------------------------- |
| `feat: ` | 새로운 기능 추가 및 개선 |
| `style: ` | 코드 포맷팅, 세미콜론 누락, 코드 변경이 없는 경우 |
| `design: ` | CSS 등 사용자 UI 디자인 변경 |
| `fix: ` | 기존 기능 수정 (주로 안 좋았던 것에서 좋은 것으로) |
| `bug: ` | 버그 수정 |
| `refactor: ` | 결과의 변경 없이 코드의 구조를 재조정한 경우 |
| `test: ` | 테스트 코드 추가 |
| `docs: ` | 코드가 아닌 문서를 수정한 경우 |
| `remove: ` | 파일을 삭제하는 작업만 수행 |
| `rename: ` | 파일 또는 폴더명을 수정하거나 위치(경로)를 변경 |
| `asset: ` | 이미지 등 assets 파일 추가 |
| `chore: ` | 그 외 기타 수정 |

To learn more about Next.js, take a look at the following resources:
<br/>

- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.

You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
## Script

## Deploy on Vercel
앱 실행

The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.

Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
```
$ npm run build
$ npm run dev
```

0 comments on commit 94534fe

Please sign in to comment.