https://github.com/humanscape/human-talktalk
휴먼톡톡 세션을 편리하게 진행하기 위한 웹 앱
https://github.com/humanscape/human-talktalk
Last synced: 24 days ago
JSON representation
휴먼톡톡 세션을 편리하게 진행하기 위한 웹 앱
- Host: GitHub
- URL: https://github.com/humanscape/human-talktalk
- Owner: humanscape
- Created: 2020-03-30T12:20:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:44:39.000Z (over 2 years ago)
- Last Synced: 2023-03-03T10:42:04.203Z (over 2 years ago)
- Language: TypeScript
- Homepage: https://human-talktalk.now.sh
- Size: 1010 KB
- Stars: 7
- Watchers: 5
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 휴먼톡톡
### 프로젝트 세팅
- 프로젝트를 Clone하고, Vercel과의 연동을 진행주세요.
- `$ npm i -g vercel`로 Vercel CLI를 설치하고, `$ vercel login`으로 사용 중인 Vercel 계정으로 로그인해주세요.
- 프로젝트 루트에서 `$ vercel .`로 프로젝트를 연동해주세요.
- `$ vercel env pull`을 통해 개발용 환경변수 파일을 받아주세요.
- `$ npm i`를 입력해 라이브러리를 설치해주세요.
- `$ npm run dev`, 끝입니다!