From 6bde522061c09fc1cbf8af3272847a7a967af145 Mon Sep 17 00:00:00 2001 From: Bastien OLLIER Date: Wed, 18 Oct 2023 15:03:40 +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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ab26c18..0c0441e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # labyrinth The HTTP backend for the Sandkasten website. + +## compiling and executing +node_modules/.bin/tsc +node src/server.js