A Datasette instance hosting public records gathered by palewi.re
- Site: palewi.re/docs
Install the dependencies.
pipenv install
make install_pluginsCreate our databases.
makeLaunch a local test server
make serveEvery 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 loginDeploy to fly.io
make deploy