17b031b48371b57ed0c9f697b4ed79b7f0a199b7
JSONHero
Development
From your terminal:
npm start
This will build JSONHero in development mode and start the local miniflare server. Should now be available at http://localhost:8787
Deploy
Use wrangler to build and deploy your application to Cloudflare Workers. If you don't have it yet, follow the installation guide to get it setup. Be sure to authenticate the CLI as well.
If you don't already have an account, then create a cloudflare account here and after verifying your email address with Cloudflare, go to your dashboard and set up your free custom Cloudflare Workers subdomain.
Once that's done, you should be able to deploy your app:
npm run deploy
Languages
TypeScript
99.2%
JavaScript
0.6%
CSS
0.2%