Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/windragon0807/manage-account
https://github.com/windragon0807/manage-account
Last synced: about 16 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/windragon0807/manage-account
- Owner: windragon0807
- Created: 2024-04-10T04:59:04.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-21T23:12:35.000Z (7 months ago)
- Last Synced: 2024-04-23T22:01:57.192Z (7 months ago)
- Language: TypeScript
- Size: 2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Manage Account
## 설치
프로젝트를 로컬 환경에서 실행하려면 다음 단계를 따르세요.
1. 먼저 이 프로젝트를 복제합니다.
```sh
git clone https://github.com/windragon0807/manage-account.git
```2. 프로젝트 폴더로 이동합니다.
```sh
cd manage-account
```3. 프로젝트 종속성을 설치합니다.
```sh
# npm
npm install# yarn
yarn install
```## 실행
프로젝트를 실행하려면 다음 명령을 사용하세요.
```sh
# npm
npm run start# yarn
yarn start
```