Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1-blue/gyujong
https://github.com/1-blue/gyujong
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/1-blue/gyujong
- Owner: 1-blue
- Created: 2024-10-28T13:40:16.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-09T08:28:57.000Z (about 2 months ago)
- Last Synced: 2024-11-09T09:26:38.356Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://gyujong.vercel.app
- Size: 5.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 필요한 것
1. `Node.js` 18 이상## 설치
```bash
npm install -g pnpm
pnpm install
```## 실행
```bash
pnpm dev
```## 환경변수
> 최상위 폴더에 `.env` 파일을 생성딱히 숨겨야할것 없어서 올림
```env
NEXT_PUBLIC_SERVER_URL=http://localhost:8001
NEXT_PUBLIC_CLIENT_URL=http://localhost:8000# 모킹 활성화
# NEXT_PUBLIC_MSW_MODE=enabled# 모킹 비활성화
NEXT_PUBLIC_MSW_MODE=disabled
```