slint/tools/online_editor
Olivier Goffart 1425ef63de Change the Url from sixtyfps.io to slint-ui.com
Also, change the URL of the logo in the docs
2022-02-08 08:52:46 +01:00
..
.gitignore Ignore the generated pkg/ directory 2020-10-12 11:26:15 +02:00
highlighting.ts Rename the wasm-interpreter and the online_editor 2022-02-02 12:26:55 +01:00
index.html Update git repository URL 2022-02-08 08:26:21 +01:00
index.ts Change the Url from sixtyfps.io to slint-ui.com 2022-02-08 08:52:46 +01:00
package.json Rename the wasm-interpreter and the online_editor 2022-02-02 12:26:55 +01:00
preview.html Rename the wasm-interpreter and the online_editor 2022-02-02 12:26:55 +01:00
preview.ts Change the Url from sixtyfps.io to slint-ui.com 2022-02-08 08:52:46 +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 Rename the wasm-interpreter and the online_editor 2022-02-02 12:26:55 +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