Build and test Love2D projects entirely in your browser. Export with one click as a playable URL, HTML file, or .love file.
You can access it here. We provide an example project file if you want to test it out.
Selfhosting
Docker
We provide a docker-compose file for easy selfhosting. Simply run docker-compose up after cloning the repo.
Manual
You can also selfhost manually
git clone https://github.com/Charmunks/loveweb cd loveweb cp example.env .env npm i npm run dev # or run start for prod
.env Configuration
CDN and database configuration are only required for the sharable link functionality. None of the .env fields are required for base editor functionality
PORT=3000 # the port to run the server POSTGRES_URL= # the connection url to the database CDN_URL= # the url of the cdn used for storing game data CDN_KEY= # api key for the cdn