윤준현

리드미 변경

1 +# 드론 모니터링 시스템 웹 어플리케이션
2 +
3 +## 개요
4 +
5 +### 팀원
6 +
7 +## 기술 스택
8 +### Frontend
9 +- Vue.js
10 +- Nuxt.js
11 +- Ant Design Vue
12 +- Socket.io
13 +- Open Street Map
14 +### Backend
15 +- Nest.js
16 +- PostgreSQL
...\ No newline at end of file ...\ No newline at end of file
1 -# drone-web-nuxt
2 -
3 -## Build Setup
4 -
5 -```bash
6 -# install dependencies
7 -$ yarn install
8 -
9 -# serve with hot reload at localhost:3000
10 -$ yarn dev
11 -
12 -# build for production and launch server
13 -$ yarn build
14 -$ yarn start
15 -
16 -# generate static project
17 -$ yarn generate
18 -```
19 -
20 -For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).