diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..96f46002ef6e47d022ee8cb09e46730c17e4352d --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# COMP3207 week 6 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