diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..9c2c99e49958a173e7a67a34486a89275fb65531 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# COMP3207 week 7 activity + +This is the template that you can use to build your own version of th ECSTerminate game. + +It application written in Javascript, using the Express server framework, VueJS and Socket.IO. + +## Running + +### Locally + +Start the application using: +``` +$ npm start +``` + +Then connect to <http://localhost:8080>. + +### Deploying to the cloud