The C4 Presenter will ... (TODO).
To run locally with node-ts (basically compiling typescript on the fly).
- Install all the dependecies with
yarn install. - Run
yarn start.
- Install all the dependencies with
yarn install. - Run unit tests with
yarn test.
To build the TypeScript into javascript that you can run with node. Follow the following steps.
- Install all the dependencies with
yarn install. - Build with
yarn build. All the compiled javascript will be in thelibdirectory.
To package into binaries. Run yarn package and the packaged binaries will be in the packaged directory.
TODO