Skip to content

gumnutdev/repo

Repository files navigation

  • Run ./scripts/setup.sh to install dependencies.
  • Use ./scripts/check.sh to run all tests.
  • Run ./scripts/start.ts to run the local dev stack (+ restarts on changes).

Requirements

We use Node's built-in TypeScript support which is enabled by default in Node v25.2 or higher.

For older versions, you should configure your shell with this environment var:

$ export NODE_OPTIONS="--disable-warning=ExperimentalWarning --experimental-transform-types"

Contributors