From 317ea30d1646adaa19e5900844f0932b955e009d Mon Sep 17 00:00:00 2001 From: Tristan de Cacqueray Date: Sat, 4 Jan 2025 16:31:27 +0000 Subject: [PATCH] Add running instructions (#40) --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 51010db..46aae1e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ # nudelsalat [flok](https://github.com/munshkr/flok/tree/main/packages/example-vanilla-js) client testing. + +## Running Locally + +After cloning the project, you can run nudel locally: + +```bash +pnpm i +pnpm dev +``` + +Disconnect your environment from the public nudel by changing +the hostname to 'localhost' in the main.js.