To install deno dependencies, run the following command:
deno install --allow-scriptsRun the following command to start the dev server and browser:
deno task devTo create a new release update the version and if required the runtime version in package.json and run the following command:
deno task releaseNow push the newly created commit and tag to have CI publish a new release.
The make task is used by the CI to build FireDragon but can also be invoked locally, see simple build method and make options and targets.