Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 492 Bytes

File metadata and controls

17 lines (11 loc) · 492 Bytes

flosschema/form - Web-based form for contributors

This is a simple web form to make submitting data to flosstudio easier.

Building

To build it, run make (wget and yq are required).

Run dev server

  • Install dependencies pip3 install -r ./requirements.txt
  • Run the server: FLASK_APP=flosstudio.py flask run
  • Open a browser and go to http://127.0.0.1:5000/

License

All files are released under the GNU Affero General Public License, version 3 or any later version.