Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
Readme Licenses from Creators added (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
Quadral1403 committed Jun 13, 2023
1 parent 8b2b141 commit 83900d0
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,33 @@
# Portal [![GitHub & Docker Artifacts](https://github.com/Torben-Tom/Portal/actions/workflows/main.yml/badge.svg)](https://github.com/Torben-Tom/Portal/actions/workflows/main.yml)

A web-based 2D clone of Valve's famous puzzle game Portal

## Pipeline Status

### Stable build

[![GitHub & Docker Artifacts](https://github.com/Torben-Tom/Portal/actions/workflows/main.yml/badge.svg)](https://github.com/Torben-Tom/Portal/actions/workflows/main.yml)

### Beta build

[![Build and deploy release](https://github.com/Torben-Tom/Portal/actions/workflows/staging.yml/badge.svg)](https://github.com/Torben-Tom/Portal/actions/workflows/staging.yml)

## Installation

### Docker
1. Run ```docker run --rm -p PORT:80 -d torbentom/portal:latest```

1. Run `docker run --rm -p PORT:80 -d torbentom/portal:latest`
2. Navigate to http://localhost:PORT

### Manual

1. Navigate to [Releases](https://github.com/Torben-Tom/Portal/releases)
2. Download release
3. Drop files into a web server like nginx or apache
4. Connect to your web server

## Credits

https://www.patreon.com/posts/27430241
https://craftpix.net/file-licenses/
https://www.pixilart.com/terms

0 comments on commit 83900d0

Please sign in to comment.