Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 558 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 558 Bytes

A Datasette instance hosting public records gathered by palewi.re

Installation

Install the dependencies.

pipenv install
make install_plugins

Create our databases.

make

Launch a local test server

make serve

Deployment

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