Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-open-source
/
BaseBallSimulator
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
오진혁
2021-06-10 03:01:18 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e388d1d86a2fa67f4ebefa1e8dac701741487794
e388d1d8
1 parent
826ae422
Update README
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
9 deletions
README.md
README.md
View file @
e388d1d
...
...
@@ -17,21 +17,20 @@
## Getting Started
(1) 원하는 디렉토리에서 git bash를 열어 다음 코드를 이용하여 clone을 진행합니다.
'''
$ git clone http://khuhub.khu.ac.kr/2021-1-open-source/BaseBallSimulator.git
'''
$ git clone http://khuhub.khu.ac.kr/2021-1-open-source/BaseBallSimulator.git
(2) ./BaseBallSimulator/의 위치로 이동한 후 다음 코드를 이용하여 필요한 것들을 설치합니다.
'''
$ npm install
'''
$ npm install
(3) 다음의 코드를 입력하여 로컬 서버를 구동합니다.
'''
$ node server.js
'''
$ node server.js
(4) localhost:8080 에 접속하시면 시뮬레이터를 이용하실 수 있습니다.
...
...
Please
register
or
login
to post a comment