From 3f9e2e8a2bf490ba9cbfdf82a3f10717007e728b Mon Sep 17 00:00:00 2001 From: Sylvain Gay Date: Thu, 8 Sep 2022 17:51:46 +0200 Subject: [PATCH] =?UTF-8?q?ajout=C3=A9=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9ad69ef --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# Traque + +## Requirements + +```bash +sudo apt install node npm +cd traque +npm install +``` + +## Run server + +```bash +node traque.js +``` + +Then visit `localhost:9000`. \ No newline at end of file