gatsby-pingbot/README.md

18 lines
229 B
Markdown
Raw 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-08-16 19:37:25 +00:00
This is the front end of a ping bot 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
```