Show client IP address
- Browser: /index.html
- API: GET /refresh
make install
# or
npm installmake dev
# or
npm run devLint with ESLint
make lint
# or
npm run lintFormat with Prettier
make format
# or
npm run formatmake typegen
# or
npm run cf-typegenmake deploy
# or
npm run deploy