dflow development
Requirements
Install Deno.
With [https://www.npmjs.com/] install the following packages globally:
npm install esbuild npm-run-all -g
scripts
- Run tests:
npm run test…ehm or, you know, justnpm t - Format code:
npm run fmt - Lint code:
npm run lint - Generate code bundles:
npm run bundle