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 . +```