This project written in Deno. You can get Deno from deno.com. We usually use the latest version of Deno for development, so please feel free to install the latest version.
When adding or changing features please write tests. We're using Deno's built-in Deno.test()
utilities for testing.
You can use deno test
to run unit tests. And use deno task test
to test all code formats, linting, types, and unit tests.
We require code coverage to be 100% all the time. You can use deno task test --html
to generate a coverage report in HTML.
Use deno task dev
to start a development server, watching for changes and running on a specific port.