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

https://github.com/humanscape/human-talktalk

휴먼톡톡 세션을 편리하게 진행하기 위한 웹 앱
https://github.com/humanscape/human-talktalk

Last synced: 24 days ago
JSON representation

휴먼톡톡 세션을 편리하게 진행하기 위한 웹 앱

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`, 끝입니다!