Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 586 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 586 Bytes

Kodenames

Angular implementation of online Kodenames board game. Inspired by the implementation by ninjabunny.

Try it out at https://kodenames.morlok.com 🎉

screenshot

Local Development

Install dependencies:

npm install

Host the Angular app locally:

npm run webserver
open http://localhost:4300

Deployment

Deployment happens automatically via Github Actions. Pull requests generate a preview URL and merging to master deploys the main app.