Update ReadMe

This commit is contained in:
Medzik 2021-08-14 19:23:49 +00:00
parent 7912c3e9e4
commit f65fca1db2
1 changed files with 14 additions and 0 deletions

View File

@ -1 +1,15 @@
# [PingBot Frontend](https://www.pingbot.cf/)
## Develop
1. Install deps
```bash
yarn install
```
2. Start dev server
```bash
yarn dev
```