Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 728 Bytes

File metadata and controls

31 lines (19 loc) · 728 Bytes

Development documentation

Installing dependencies

To install deno dependencies, run the following command:

deno install --allow-scripts

Start dev server & browser

Run the following command to start the dev server and browser:

deno task dev

Releases

To create a new release update the version and if required the runtime version in package.json and run the following command:

deno task release

Now push the newly created commit and tag to have CI publish a new release.

deno task make

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.