Kustom Live Web Editor (KLWE) is designed to help you develop your klwp presets more easily.
git clone https://github.com/luxbe/klwe
cd klwe
npm i
After installing the required dependencies, you can start the development server with the following command:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To run unit-tests with jest, run the following command:
npm run test
# or start testing in watch mode for your tests to automatic rerun
npm run test:watch
Before creating a production version of your app, install an adapter for your target environment. Then run:
npm run build