From 24c1e8db3297c7a7de0fd5833899371c73485bbf Mon Sep 17 00:00:00 2001 From: Ayo Date: Tue, 19 Aug 2025 15:39:38 +0200 Subject: [PATCH] chore: update readme --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a604c6..2a980fa 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,18 @@ Site: [ayo.run](https://ayo.run) -To run a server: `npx simple-server .` +## Set up local server +1. if you want to install locally: + +```bash +npm i +npm start +# or... +npm run dev +``` + +2. if you do not want to install, this single command will temporarily download the local server and run it: + +```bash +npx simple-server . +```