Skip to content

Running Moonlit

The Master Kitty edited this page Aug 24, 2024 · 2 revisions

You can either transpile this to NodeJS or run it directly as TS.

Running Without Transpilation: ts-node index.ts Transpiling: tsc & node dist/index.js

When it starts, you will see output in the CLI. Type help for a list of commands to get started!

* To create a new Node (unrelated to NodeJS, just a name for each individual child process), use the command create as it will automatically generate a node.json file that the program reads and uses.

Clone this wiki locally