Skip to content

Files

Latest commit

f693aee · Aug 28, 2022

History

History
This branch is up to date with project-codeflare/codeflare-cli:main.

development

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 28, 2022

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.