Skip to content
This repository has been archived by the owner on Jun 7, 2019. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 595 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 595 Bytes

BeeWars

Setting up BeeWars for developement

Step two: Clone the Repository

Navigate to your target directory Open a shell and run the following commands:

git clone https://github.com/Adrian-St/beewars.git
cd beewars
git remote add https://github.com/Adrian-St/beewars.git

Step three: Setting up nodejs and start the server

To set up node you need to run npm install Afterwards you can start the Server with node server.js Navigate to http://localhost:8081/ to see the game.