Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 697 Bytes

README.md

File metadata and controls

49 lines (33 loc) · 697 Bytes

polofield.bike

polofield.bike is deployed as a Cloudflare Worker using Hono for routing/jsx/templating support.

Currently all client-side code is written in plain javascript module syntax with no types, bundler, or compiler. See ./static/js.

Prettier is used for formatting

Local dev runbook

Setup

npm install
npm run wrangler -- d1 migrations apply polofield --local

Run dev server

npm run start

Format code

npm run format

Run tests

npm run jest

Check types

npm run check

Deployment runbook

npm run deploy