diff options
| author | Yuval Adam <_@yuv.al> | 2025-09-24 10:52:38 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-09-24 10:52:38 +0200 |
| commit | 2a050b383bcafefb8fc378531d6f15f352fdb5a5 (patch) | |
| tree | 3170255e4a0b6e5488a3b851d8d9a0873e95747e /README.md | |
| parent | c9d9d3a49aed068a7fe3dadcd8dd06f938e6d9b5 (diff) | |
Override all files with v8 implementation
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 30 |
1 files changed, 3 insertions, 27 deletions
@@ -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. |
