klwe
klwe copied to clipboard
Kustom Live Web Editor (KLWE) enables you to edit your .klwp presets in the browser!
About
Kustom Live Web Editor (KLWE) is designed to help you develop your klwp presets more easily.
Setup
git clone https://github.com/luxbe/klwe
cd klwe
npm i
💻 Develop
🛠️ Start a development server
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
🔬 Test the application
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
🧱 Build the application
Before creating a production version of your app, install an adapter for your target environment. Then run:
npm run build