slint/tools/online_editor
2022-02-02 10:12:31 +01:00
..
.gitignore Ignore the generated pkg/ directory 2020-10-12 11:26:15 +02:00
highlighting.ts Mass update copyright messages to be more REUSE compliant 2021-12-22 10:06:12 +01:00
index.html Replace references to the .60 files that are now renamed with .slint 2022-02-02 10:12:31 +01:00
index.ts Replace references to the .60 files that are now renamed with .slint 2022-02-02 10:12:31 +01:00
package.json [reorg]: Move api/sixtyfps-rs/sixtyfps-* into api/rs 2022-01-31 18:24:33 +01:00
preview.html Make it faster to develop the online editor 2022-01-06 09:55:34 +01:00
preview.ts Rename sixtyfps_widgets.60 to std-widgets.slint 2022-02-01 18:58:54 +01:00
README.md README for the online_editor 2022-01-03 14:33:50 +01:00
tsconfig.json Apply pre-commit hooks to all files 2021-08-17 22:38:16 +02:00
vite.config.js Further trim the dist build of the online editor 2022-01-06 09:55:34 +01:00

This directory contains the frontend code for the online code editor which is hosted in https://sixtyfps.io/editor

To try it out locally type this in this directory:

npm install
npm start