gatsby-pingbot/README.md

20 lines
288 B
Markdown
Raw Permalink Normal View History

2021-08-16 19:37:25 +00:00
# [PingBot](https://www.pingbot.cf/)
2021-08-14 19:23:49 +00:00
2021-09-19 13:59:45 +00:00
This is the frontend and serverless api of a pingbot that "pings" url addresses every few minutes
2021-08-16 19:23:20 +00:00
2021-08-16 19:37:25 +00:00
## 👩‍💻 Develop
2021-08-16 19:23:20 +00:00
2021-08-16 19:37:25 +00:00
1: Install deps
2021-08-14 19:23:49 +00:00
```bash
yarn install
```
2021-08-16 19:37:25 +00:00
2: Start dev server
2021-08-14 19:23:49 +00:00
```bash
yarn dev
```
2021-09-19 13:59:45 +00:00
Powered by [Vercel](https://vercel.app/)