Frontend and serverless api for https://github.com/MedzikUser/go-pingbot powered by Vercel ❤️
Go to file
MedzikUser 8163eabff2
Add LICENSE
2021-08-16 12:54:14 +02:00
.github/workflows feat(lint): add eslint 2021-08-09 14:21:08 +00:00
api fix(lint): manually lint 2021-08-11 20:22:16 +00:00
src update seo 2021-08-15 20:52:29 +00:00
.eslintignore fix(lint): manually lint 2021-08-11 20:22:16 +00:00
.eslintrc.json fix(lint): manually lint 2021-08-11 20:22:16 +00:00
.gitignore feat(api): add api in vercel serverless 2021-08-10 14:50:08 +00:00
.gitpod.Dockerfile feat(lint): add eslint 2021-08-09 14:21:08 +00:00
.gitpod.yml feat(gitpod): create config 2021-08-06 17:37:44 +00:00
LICENSE Add LICENSE 2021-08-16 12:54:14 +02:00
README.md Update ReadMe 2021-08-14 19:23:49 +00:00
gatsby-browser.js feat(base css): move from pages to gatsby-browser 2021-08-08 19:49:07 +00:00
gatsby-config.js fix(lint): manually lint 2021-08-11 20:22:16 +00:00
package.json Pin dependency react-toastify to 7.0.4 2021-08-10 20:50:18 +00:00
renovate.json fix(lint): manually lint 2021-08-11 20:22:16 +00:00
yarn.lock Pin dependency react-toastify to 7.0.4 2021-08-10 20:50:18 +00:00

README.md

PingBot Frontend

Develop

  1. Install deps
yarn install
  1. Start dev server
yarn dev