Merge branch 'feature/environment' into 'main'
Modified code section See merge request !2
Showing
1 changed file
with
3 additions
and
3 deletions
... | @@ -23,15 +23,15 @@ | ... | @@ -23,15 +23,15 @@ |
23 | ### Installation | 23 | ### Installation |
24 | 24 | ||
25 | 1. Clone the repository | 25 | 1. Clone the repository |
26 | - ```sh | 26 | + ``` |
27 | git clone http://khuhub.khu.ac.kr/2018102211/secondhand-noti-bot | 27 | git clone http://khuhub.khu.ac.kr/2018102211/secondhand-noti-bot |
28 | ``` | 28 | ``` |
29 | 2. Install NPM packages | 29 | 2. Install NPM packages |
30 | - ```sh | 30 | + ``` |
31 | npm install | 31 | npm install |
32 | ``` | 32 | ``` |
33 | 3. Start Project | 33 | 3. Start Project |
34 | - ```sh | 34 | + ``` |
35 | npm start | 35 | npm start |
36 | ``` | 36 | ``` |
37 | 37 | ... | ... |
-
Please register or login to post a comment