chore: update readme

This commit is contained in:
Ayo Ayco 2025-08-19 15:39:38 +02:00
parent d4374ffd49
commit 24c1e8db32

View file

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