CodeFlare is written in TypeScript, and leverages the Kui framework to provide platform applications that can also be run as hosted web applications.
For CodeFlare CLI developers, first create your own fork, then clone it and start up the webpack watcher:
git clone https://github.com/project-codeflare/codeflare-cli
cd codeflare-cli
npm ci
npm run watch
Now you may use ./bin/codeflare
to launch your local clone. The
watcher will recompile things when you make changes to TypeScript or
SCSS source files.