diff options
author | Thomas Van Iseghem <[email protected]> | 2022-12-26 16:49:53 +0100 |
---|---|---|
committer | Thomas Van Iseghem <[email protected]> | 2022-12-26 16:49:53 +0100 |
commit | e7cfebe8f93cfb55b8c971a43621716c27f0182d (patch) | |
tree | b1b2ccac4b1551553e4917fc9072ab402a89d875 /desktop_editor/README.md | |
parent | 42254f4fb2361abae0e61c06ede8501816f21f9e (diff) | |
download | OpenCortex-e7cfebe8f93cfb55b8c971a43621716c27f0182d.tar.gz OpenCortex-e7cfebe8f93cfb55b8c971a43621716c27f0182d.zip |
Very basic proof of concept preset loader
Currently only tested on the local sample files. Misses a lot of functionality such as grid routing, IO,... Can only display the blocks in their location of the grid, preset name, preset location.
Diffstat (limited to 'desktop_editor/README.md')
-rw-r--r-- | desktop_editor/README.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/desktop_editor/README.md b/desktop_editor/README.md new file mode 100644 index 0000000..5a20baa --- /dev/null +++ b/desktop_editor/README.md @@ -0,0 +1,24 @@ +# desktop_editor + +## Project setup +``` +npm install +``` + +### Compiles and hot-reloads for development +``` +npm run serve +``` + +### Compiles and minifies for production +``` +npm run build +``` + +### Lints and fixes files +``` +npm run lint +``` + +### Customize configuration +See [Configuration Reference](https://cli.vuejs.org/config/). |