https://github.com/wolfadex/luaflow
Lua visual editor
https://github.com/wolfadex/luaflow
Last synced: 9 months ago
JSON representation
Lua visual editor
- Host: GitHub
- URL: https://github.com/wolfadex/luaflow
- Owner: wolfadex
- Created: 2015-10-29T23:06:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-06T18:17:42.000Z (over 10 years ago)
- Last Synced: 2025-02-07T18:15:02.437Z (over 1 year ago)
- Language: JavaScript
- Size: 1.08 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Lua FLow
!! WORK IN PROGRESS !!
This is a visual editor for writing Lua.
### Initial setup
```bash
# Clone the repo...
git clone https://github.com/wolfadex/LuaFlow.git
cd LuaFlow/
# Install all the dependencies...
npm install
# Keep all Semantic-UI settings and install location.
# If you wanna be able to use global commands `karma` and `gulp`...
npm install -g gulp
```
### Running in the browser
```bash
cd semantic/
gulp build
cd ../
gulp build
gulp serve
# If you wanna Gulp to re-build on every change...
gulp watch
```