Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 637 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 637 Bytes

zuda-backend CodeFactor Build Status

너에게 주다. 과제제출, 출석체크, 화면공유 등 학습 보조 플랫폼

시작하기

빌드하기

yarn build

프로덕션 시작하기

yarn start:prod

개발모드 시작하기

yarn start:dev

배포하기

Using docker

cp .env.example .env
docker-compose up -d