HyeonJun Jeon

[Docs] Add configuration, quickstart

Showing 1 changed file with 23 additions and 1 deletions
1 -# E-Campus 연동 확장 캘린더
...\ No newline at end of file ...\ No newline at end of file
1 +# E-Campus 연동 확장 캘린더
2 +
3 +## Configuration
4 +
5 +- Front-End : React
6 +- Back-End : Node.js
7 +- puppeteer
8 +
9 +<br>
10 +
11 +## Quickstart
12 +
13 +### Install
14 +
15 +```sh
16 +npm install
17 +```
18 +
19 +### Run
20 +
21 +```sh
22 +npm start
23 +```
......