37605f3 add empty preact sourcemap file
~amirouche pushed to ~amirouche/python-babelia git
Clone the repository using its URL:
git clone https://git.sr.ht/~amirouche/python-babelia
Install FoundationDB. With a Debian system you can do the following:
wget https://github.com/apple/foundationdb/releases/download/7.1.3/foundationdb-clients_7.1.3-1_amd64.deb
wget https://github.com/apple/foundationdb/releases/download/7.1.3/foundationdb-server_7.1.3-1_amd64.deb
sudo dpkg -i foundationdb-*
At the root of the repository do the following cli dance:
Create a Python virtual environment and install necessary dependencies with:
./venv
Stay in the virtual environment, and run the following command to spawn the web server:
uvicorn hyperdev.main:main
A traceback with some red ink will be displayed that is harmless.
Go to http://127.0.0.1:8000.