An open API service indexing awesome lists of open source software.

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!

Awesome Lists containing this project

README

          


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

```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