Skip to content

playground to code your lua games directly in the browser!

Notifications You must be signed in to change notification settings

gamelly/gly-ide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IDE - Gly Game Engine

playground to code your lua games directly in the browser!

docker run --rm -p 8080:8080 -v $(pwd):/app -w /app node:22-bullseye-slim npm install
docker run --rm -p 8080:8080 -v $(pwd):/app -w /app node:22-bullseye-slim npm run serve