KILN is a presenter tool for FORMS. This accepts a JSON and present it as form with dynamic CARBON/React components.
It is developed using Carbon/React + TypeScript + Vite
- npm version 10.2.4 or higher
- node.js 20.11.1 or higher
- Clone the repository:
git clone https://github.com/kiiskila-bcgov/kiln.git
- Install the Node Modules
npm install
- Once install is done, copy .env.example to .env and update it with real values
cp .env.example .env
- From the command line, start the server
npm run build
npm run preview