1차 개발 기간 : 2024년 08년 07일 ~ 2024년 8월 31일
결과물 : http://lemonview.net/
기획문서 : Smartmirror_lemonview.pptx
디자인 문서 : Figma
For building and running the application you need: npm, node, vite
$ git clone https://github.com/2winyear/lemon-chat.git
$ cd lemon-chat
$ cd server
$ npm install
$ npm run dev
$ cd client
$ npm install vite -f
$ npm run dev