content-agnostic single-user, multi-application internet storage
-
ensure your editor supports EditorConfig
-
ensure Deno is installed
-
deno task vet
checks code for stylistic consistencydeno fmt
can be used to automatically format code -
./bin/check
performs static type checking -
./bin/test
runs the test suites for both server and client (optionally with--parallel
or--watch
)