toga/examples/positron-static
2024-01-30 11:46:30 +08:00
..
src/positron Simplified Path declarations 2023-11-26 19:07:27 -05:00
CHANGELOG Add content to CHANGELOG and LICENSE files for examples 2023-06-21 20:21:23 -04:00
LICENSE Add content to CHANGELOG and LICENSE files for examples 2023-06-21 20:21:23 -04:00
pyproject.toml Ensure appcompat library is specified, and normalize bundle IDs. 2024-01-30 11:46:30 +08:00
README.rst Add Positron examples. 2022-10-12 10:28:30 +08:00

Positron
========

This is an example of an Electron-style "web site as app" project.

It serves a static site from the ``src/positron/resources/webapp`` folder.

Getting started
---------------

To set up a development environment::

    $ python -m venv venv
    $ ./venv/bin/activate
    (venv) $ pip install briefcase

To run in development mode::

    (venv) $ briefcase dev

To run as a packaged app::

    (venv) $ briefcase run