From ba90d166c3c11e6242960b327e29a0c7982836b1 Mon Sep 17 00:00:00 2001 From: Heather Packer <hp3@ecs.soton.ac.uk> Date: Sat, 28 Oct 2023 21:36:44 +0100 Subject: [PATCH] Adds a readme file --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9c2c99e --- /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 -- GitLab