slint/tools/online_editor
Olivier Goffart 59291092b5 online-editor: Update JS dependencies
Seems to just work and will maybe fix the current CI faillure
2022-05-05 09:49:51 +02:00
..
.gitignore Ignore the generated pkg/ directory 2020-10-12 11:26:15 +02:00
highlighting.ts Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
index.html Remove the ugly style 2022-04-13 10:35:42 +02:00
index.ts Remove the ugly style 2022-04-13 10:35:42 +02:00
package.json online-editor: Update JS dependencies 2022-05-05 09:49:51 +02:00
preview.html Rename the wasm-interpreter and the online_editor 2022-02-02 12:26:55 +01:00
preview.ts Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
README.md Change the Url from sixtyfps.io to slint-ui.com 2022-02-08 08:52:46 +01:00
tsconfig.json Apply pre-commit hooks to all files 2021-08-17 22:38:16 +02:00
vite.config.js Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00

This directory contains the frontend code for the online code editor which is hosted in https://slint-ui.com/editor

To try it out locally type this in this directory:

npm install
npm start