Toggle navigation
Toggle navigation
This project
Loading...
Sign in
HyeonJun Jeon
/
Extended-Calendar
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
HyeonJun Jeon
2022-05-17 04:11:26 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9eb7f24545cae0772261fa57b016d30f77171ffd
9eb7f245
1 parent
74653f93
[Docs] Add configuration, quickstart
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
README.md
README.md
View file @
9eb7f24
1
# E-Campus 연동 확장 캘린더
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
+
```
...
...
Please
register
or
login
to post a comment