Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1016 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 1016 Bytes

Containment Game

Overview

Containment Game is a non-profit project to play your favorite games directly in your browser with your friends during containment. Because approximately half of the human population is contained into their homes today, we need some way to entertain and keep in touch with friends.

You can find an online running version of the app at https://www.containment-ga.me.

Getting started

Okay, so you prefer to run it locally? You’re right, do it for your friends too!
First things first, install Node.js, yarn and git, and clone the repo.

git clone [email protected]:containment-game-js/frontend.git containment-game-frontend

Make sure the backend is installed and running, and start the project.

cd containment-game-frontend
yarn
yarn serve

You’re good to go!

Any idea, improvement?

We love to hear from you! Open an issue, we’re responding as quick as we can!