Management

We maintain this project as a Deno project on Github, and its built result (ie., can be used in Node ecosystem) is in its corresponding NPM page. So the source codes between Github’s and NPM’s are different.

Commands

For development, in most of time, just deno task dev.

Once the development is done, do: deno task launch.

What launch does is:

Caveats