Skip to content
/ klwe Public

Kustom Live Web Editor (KLWE) enables you to edit your .klwp presets in the browser!

License

Notifications You must be signed in to change notification settings

luxbe/klwe

Repository files navigation

KLWE

Stars

A tool to develop and edit KLWP presets

🧡 Built with SvelteKit 🧡

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

📝 License

Copyright © 2021 luxbe
This project is MIT licensed

About

Kustom Live Web Editor (KLWE) enables you to edit your .klwp presets in the browser!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published