An open API service indexing awesome lists of open source software.

https://github.com/wolfadex/luaflow

Lua visual editor
https://github.com/wolfadex/luaflow

Last synced: 9 months ago
JSON representation

Lua visual editor

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
```