Skip to content

Local development guide

Install BeePy
pip install -U beepy-web[dev]
Start local server
python -m beepy.dev --create # (1)!
  1. Argument --create will automatically create default .html, .py and .env files for easy start

That's all! πŸŽ‰

Now, click on the link in a console to visit your server and change a code to see updates in the browser in no time!