Showing
1 changed file
with
8 additions
and
13 deletions
1 | <!-- PROJECT LOGO --> | 1 | <!-- PROJECT LOGO --> |
2 | <br /> | 2 | <br /> |
3 | -<h3 align="center">Corona_Dust</h3> | 3 | +<h3 align="center"Corona_Dust [2018 ~ 2020]</h3> |
4 | -<!-- TABLE OF CONTENTS --> | ||
5 | -## Table of Contents | ||
6 | - | ||
7 | -* [About the Project](#about-the-project) | ||
8 | - * [Built With](#built-with) | ||
9 | -* [Getting Started](#getting-started) | ||
10 | - * [Installation](#installation) | ||
11 | -* [Contributing](#contributing) | ||
12 | -* [Contact](#contact) | ||
13 | - | ||
14 | - | ||
15 | 4 | ||
16 | <!-- ABOUT THE PROJECT --> | 5 | <!-- ABOUT THE PROJECT --> |
17 | ## About The Project | 6 | ## About The Project |
... | @@ -24,9 +13,11 @@ | ... | @@ -24,9 +13,11 @@ |
24 | 13 | ||
25 | ### Built With | 14 | ### Built With |
26 | This section should list any major frameworks that you built your project using. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples. | 15 | This section should list any major frameworks that you built your project using. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples. |
27 | -* [Bootstrap](https://getbootstrap.com) | ||
28 | * [JQuery](https://jquery.com) | 16 | * [JQuery](https://jquery.com) |
29 | * [Express](https://github.com/expressjs/express) | 17 | * [Express](https://github.com/expressjs/express) |
18 | +* [xml-js](https://www.npmjs.com/package/xml-js) | ||
19 | +* [urlencode](https://www.npmjs.com/package/urlencode) | ||
20 | +* [ejs](https://www.npmjs.com/package/ejs) | ||
30 | 21 | ||
31 | ### Installation | 22 | ### Installation |
32 | 23 | ||
... | @@ -38,6 +29,10 @@ git clone https://github.com/your_username_/Project-Name.git | ... | @@ -38,6 +29,10 @@ git clone https://github.com/your_username_/Project-Name.git |
38 | 3. Install NPM packages | 29 | 3. Install NPM packages |
39 | ```sh | 30 | ```sh |
40 | npm install | 31 | npm install |
32 | +npm install xml-js | ||
33 | +npm install urlencode | ||
34 | +npm install ejs | ||
35 | +npm install jquery | ||
41 | ``` | 36 | ``` |
42 | 37 | ||
43 | <!-- CONTRIBUTING --> | 38 | <!-- CONTRIBUTING --> | ... | ... |
-
Please register or login to post a comment