Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 610 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 610 Bytes

Tmate (서버)

2019 오픈핵 클라이언트 저장소: https://github.com/openhack-twix/Tmate

시연 영상

Youtube 링크

설치 및 실행

프로젝트를 원하는 디렉토리로 가져옵니다.

$ cd directory/path/you/want
$ git clone https://github.com/openhack-twix/Tmate-server.git

서버 빌드 종속성 설치

프로젝트의 루트 디렉토리로 이동하여 필요한 패키지를 설치합니다.

$ cd Tmate-server
$ npm install

MongoDB 실행

$ sudo mongod