19 lines
313 B
Markdown
19 lines
313 B
Markdown
# Ayo.Run - What's Running?
|
|
|
|
Site: [ayo.run](https://ayo.run)
|
|
|
|
## 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 .
|
|
```
|