How To Contribute
Patches / Issues
All patches, review and issue-tracking is done on Github.
Sort Imports
To keep imports consistent run make isort in repo's root. It automatically sorts imports in all files.
Test Project
Lona has a test project that uses pretty much any feature Lona has. To start the test project go to lona/test_project and run make server.
Documentation
The documentation is uses Flamingo. To build the documentation locally go to lona/doc and run make server. Flamingo then runs a development server on port 8080.