Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.17 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.17 KB

Bluewire Templates / Source

bwlogin

Welcome to the Bluewire template repository. These templates provide the pages and API (app.py) for Bluewire.

You can selfhost Bluewire! Make sure to change the secret key in app.py if you plan to make it public.

Feel free to explore and modify the templates if you want. However, please make sure to follow the Bluewire design language when making changes.

Languages

  • index.html is English (US)
  • index-pl.html is Polski (PL)
  • index-de.html is Deutsch (DE)
  • index-es.html is Español (ES)
  • index-ua.html is Українська (UA)
  • index-ro.html is Română (RO)
  • index-hr.html is Hrvatski (HR)

Structure

  • templates/: Contains the HTML templates that Flask uses to display pages.
  • static/: Contains static assets such as images, CSS, JavaScript etc.

To run this, install flask flask_bcrypt flask_sqlalchemy Flask-WTF from pip and run app.py.

License

All modifications must adhere to the license provided. This ensures that any improvements or changes to the templates maintain the integrity of the project.