A Datasette instance hosting public records gathered by palewi.re
- Site: palewi.re/docs
Install the dependencies.
pipenv install
make install_plugins
Create our databases.
make
Launch a local test server
make serve
Every push to the main branch is deploy automatically via a GitHub Action. You can do it manually with the following commands.
Login to fly.io
flyctl auth login
Deploy to fly.io
make deploy