gatsby-pingbot/README.md

16 lines
144 B
Markdown
Raw Normal View History

2021-08-11 20:25:30 +00:00
# [PingBot Frontend](https://www.pingbot.cf/)
2021-08-14 19:23:49 +00:00
## Develop
1. Install deps
```bash
yarn install
```
2. Start dev server
```bash
yarn dev
```