Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 670 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 670 Bytes

Developer Guide for the CodeFlare CLI

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.