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:00:17 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
826ae4224fbe8c1a224e0af5e8737f644c122e0f
826ae422
1 parent
650ff55f
Update README
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
README.md
README.md
View file @
826ae42
...
...
@@ -16,17 +16,23 @@
## Getting Started
(1) 원하는 디렉토리에서 git bash를 열어 다음 코드를 이용하여 clone을 진행합니다.
'''
$ git clone http://khuhub.khu.ac.kr/2021-1-open-source/BaseBallSimulator.git
'''
(2) ./BaseBallSimulator/의 위치로 이동한 후 다음 코드를 이용하여 필요한 것들을 설치합니다.
'''
$ npm install
'''
(3) 다음의 코드를 입력하여 로컬 서버를 구동합니다.
'''
$ node server.js
'''
(4) localhost:8080 에 접속하시면 시뮬레이터를 이용하실 수 있습니다.
혹은 https://2020105636.oss-2021.tk:23023/ 도메인 접속으로도 바로 이용 가능합니다.
...
...
Please
register
or
login
to post a comment