From d08af7dcd1a399e25342a71cd1fb93dc49ce13dd Mon Sep 17 00:00:00 2001 From: Bastien OLLIER Date: Wed, 18 Oct 2023 15:04:05 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c0441e..1154e54 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ The HTTP backend for the Sandkasten website. -## compiling and executing +## Compiling and executing + +```bash node_modules/.bin/tsc node src/server.js +``` \ No newline at end of file