Update README.md

Deployment and CI are no longer available.
This commit is contained in:
Gleb Koval 2023-11-24 01:01:52 +00:00
parent f5da6c01aa
commit 17abb81a6f
1 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,8 @@
# Game Algorithms
[![status-badge](https://woodpecker.koval.net/api/badges/cyclane/game-algorithms/status.svg?branch=main)](https://woodpecker.koval.net/cyclane/game-algorithms)
This is a learning project for primarily WASM, but also some algorithms, Svelte and the IBM design system.
This is a learning project for game algorithms and WASM.
Deployment: [game-algorithms.koval.net](https://game-algorithms.koval.net)
Unfortunately I have not had the time to update this project to use my new CI and project deployment infrastructure, so there's not currently a live link. However, it can be ran locally with: (view on [localhost:3000](http://localhost:3000)).
```bash
docker run -p 3000:3000 --name game-algorithms -d git.koval.net/cyclane/game-algorithms/frontend:latest
```