chore: update readme
This commit is contained in:
parent
d4374ffd49
commit
24c1e8db32
1 changed files with 15 additions and 1 deletions
16
README.md
16
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 .
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue