3d3632a06f
Original server code has been moved to __init__ file, so we can work on `lnbits` as a package.
751 B
751 B
For developers
LNbits uses Flask.
Feel free to contribute to the project.
Application dependencies
The application uses Pipenv to manage Python packages. While in development, you will need to install all dependencies:
$ pipenv shell
$ pipenv install --dev
Running the server
$ flask run
There is an environment variable called FLASK_ENV
that has to be set to development
if you want to run Flask in debug mode with autoreload
Style guide
Tab size is 4 spaces. Maximum line length is 120. You should run black
before commiting any change.
$ black lnbits