From 2a050b383bcafefb8fc378531d6f15f352fdb5a5 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Wed, 24 Sep 2025 10:52:38 +0200 Subject: Override all files with v8 implementation --- README.md | 30 +++--------------------------- 1 file changed, 3 insertions(+), 27 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 57d85cf..f287350 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,7 @@ For some architectural notes on the deployment process go read https://yuv.al/bl ## Prerequisites - Node.js -- Yarn -- Serverless, for deploying the AWS Lambda task +- NPM ## Dev @@ -23,32 +22,9 @@ Install dependencies and run dev server: ```bash $ npm install -$ DANGEROUSLY_DISABLE_HOST_CHECK=true npm start +$ npm run dev ``` ### Deploy -Deployment is handled transparently via Vercel. - -### Cron Task - -#### Dev - -```bash -$ cd cron -$ pipenv install -``` - -#### Deploy - -```bash -$ npm run deploycron -``` - -#### Invoke - -For testing the cron task: - -```bash -$ npm run invokecron -``` +Deployment is handled transparently on Cloudflare Workers. -- cgit v1.3.1