All Projects → luxbe → klwe

luxbe / klwe

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

Programming Languages

typescript
32286 projects
Svelte
593 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to klwe

website
Gitpod website and documentation
Stars: ✭ 233 (+585.29%)
Mutual labels:  sveltekit
Beatbump
Alternative YouTube Music frontend built with Svelte/SvelteKit 🎧
Stars: ✭ 77 (+126.47%)
Mutual labels:  sveltekit
svelte-add-jest
SvelteKit adder for Jest unit testing
Stars: ✭ 31 (-8.82%)
Mutual labels:  sveltekit
svelte-starter-kit
Svelte with brilliant bells and useful whistles
Stars: ✭ 384 (+1029.41%)
Mutual labels:  sveltekit
turbosvelte
A SvelteKit monorepo starter project powered by Turborepo!
Stars: ✭ 47 (+38.24%)
Mutual labels:  sveltekit
Kuper
Free, feature-rich, easily customizable Android dashboard for widgets apps with Zooper widgets and/or Kustom assets (Widgets, Wallpapers and Komponents)
Stars: ✭ 114 (+235.29%)
Mutual labels:  kustom
kickstart
Ruby on Rails application templates
Stars: ✭ 61 (+79.41%)
Mutual labels:  sveltekit
postcss
Add PostCSS to your Svelte project
Stars: ✭ 37 (+8.82%)
Mutual labels:  sveltekit
markushatvan.com
Personal website and blog written from scratch with SvelteKit and TailwindCSS.
Stars: ✭ 82 (+141.18%)
Mutual labels:  sveltekit
tailwindcss
Add Tailwind CSS to your Svelte project
Stars: ✭ 583 (+1614.71%)
Mutual labels:  sveltekit
focus-svelte
focus lock for svelte
Stars: ✭ 18 (-47.06%)
Mutual labels:  sveltekit
awesome-svelte-kit
Curated resources on building sites with SvelteKit - A server-less-first answer to "the Next.js experience" by the Svelte community
Stars: ✭ 55 (+61.76%)
Mutual labels:  sveltekit
barnsworthburning
A commonplace book.
Stars: ✭ 20 (-41.18%)
Mutual labels:  sveltekit
hue.tools
Simple toolbox for working with colors. Color mixing, blending, conversion, modification, detailed information, etc.
Stars: ✭ 331 (+873.53%)
Mutual labels:  sveltekit
sveltekit-starter
Sveltekit starter project created with sveltekit, typescript, tailwindcss, postcss, husky, and storybook. The project has the structure set up for the scaleable web application.
Stars: ✭ 482 (+1317.65%)
Mutual labels:  sveltekit
svelte-toy
A toy for svelte data stores
Stars: ✭ 73 (+114.71%)
Mutual labels:  sveltekit
matfantinel.github.io
Personal website made with SvelteKit and hosted on GitHub Pages
Stars: ✭ 80 (+135.29%)
Mutual labels:  sveltekit
permacoop
Open source and eco design ERP solution reserved for worker-owned business.
Stars: ✭ 167 (+391.18%)
Mutual labels:  sveltekit
graphql-server
(out of date) A command to add a GraphQL server to your Svelte project
Stars: ✭ 31 (-8.82%)
Mutual labels:  sveltekit
svelte-slate
slate svelte view layer
Stars: ✭ 43 (+26.47%)
Mutual labels:  sveltekit

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].