Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nuclearredeye/ludumdare48

Entry for the Ludum Dare 48 game jam
https://github.com/nuclearredeye/ludumdare48

ldjam ludumdare typescript

Last synced: about 22 hours ago
JSON representation

Entry for the Ludum Dare 48 game jam

Awesome Lists containing this project

README

        

# Ludum Dare 48

Entry for the [Ludum Dare 48](https://ldjam.com/events/ludum-dare/48) game jam.

## Prerequisites

* You have a Linux or OSX machine. Windows should be supported via WSL 2 but has not been tested.
* You have installed a recent version of [GNU Make](https://www.gnu.org/software/make/).
* You have installed a recent version of [Docker](https://www.docker.com/).

## Quick Start

You can get up and running quickly with...

```
make
```

Then open http://localhost:8080 in your browser.

You can also package the application into a docker container...

```
make release
docker build -t ludumdare48:local .
docker run -p 8080:80 ludumdare48:local
```

And again, then open http://localhost:8080 in your browser.

## License

Licensed under [MIT](https://choosealicense.com/licenses/mit/).