Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.3 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.3 KB

**Repo for test exercises for the webinar DevOps from Skillbox.

  • Put the app into docker container
  • Make CI for the application (via Gitlab CI)
  • Create Kubernetes cluster with the app

ABSTRACT.md file contains the abstract of the webinar.




Flatris

Build Status

Work in progress: Flatris has been recently redesigned from the ground up and turned into a multiplayer game with both UI and server components. This has been an interesting journey and I plan to document the architecture in depth. Stay tuned.

Flatris

Contribution disclaimer: Flatris is a web game with an opinionated feature set and architectural design. It doesn't have a roadmap. While I'm generally open to ideas, I would advise against submitting unannounced PRs with new or modified functionality. That said, bug reports and fixes are most appreciated.

Thanks @paulgergely for the initial flat design!

Also see elm-flatris.

Setup and running

yarn install
yarn test
yarn build
yarn start

Go to http://localhost:3000