diff --git a/README.md b/README.md index 1b231fa..ffabf36 100644 --- a/README.md +++ b/README.md @@ -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 +``` \ No newline at end of file