Space Pong 프로젝트 리포지토리.
- Intel CPU Mac.
- MacOS Version = 10.15.7.
- Docker Engine Version = v20.10.17.
- Git clone
$> git clone [this repo]- 프로젝트 폴더로 이동
$> cd [this repo]- "make" 명령어로 웹 서버 빌드 및 실행
내부적으로 docker-compose.yml를 사용하여 컨테이너 빌드 및 실행.
$> make- 웹 브라우저에서 웹 페이지 접속
- URL : https://localhost
이 프로그램은 MIT 라이센스에 따라 라이센스가 부여된다:
Copyright © 2024 Space Pong.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.