https://github.com/luxbe/klwe
Kustom Live Web Editor (KLWE) enables you to edit your .klwp presets in the browser!
https://github.com/luxbe/klwe
kustom sveltekit web
Last synced: 11 months ago
JSON representation
Kustom Live Web Editor (KLWE) enables you to edit your .klwp presets in the browser!
- Host: GitHub
- URL: https://github.com/luxbe/klwe
- Owner: luxbe
- License: mit
- Created: 2021-10-25T18:29:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-06T20:50:27.000Z (over 4 years ago)
- Last Synced: 2025-05-19T03:13:20.191Z (12 months ago)
- Topics: kustom, sveltekit, web
- Language: TypeScript
- Homepage:
- Size: 446 KB
- Stars: 50
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## About
Kustom Live Web Editor (KLWE) is designed to help you develop your klwp presets more easily.
## Setup
```bash
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:
```bash
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](https://jestjs.io/), run the following command:
```bash
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](https://kit.svelte.dev/docs#adapters) for your target environment. Then run:
```bash
npm run build
```
## ๐ License
Copyright ยฉ 2021 [luxbe](https://github.com/luxbe)
This project is [MIT](https://github.com/luxbe/klwe/blob/master/LICENSE) licensed