Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.12 KB

File metadata and controls

41 lines (30 loc) · 1.12 KB

niche-museums.com

https://www.niche-museums.com/about

Read niche-museums.com, powered by Datasette for a detailed explanation of how this all works.

The content on this site (primary contained in museums.yaml) is licensed CC BY-NC-SA 4.0

Setup

This project uses Poetry to make it easier to setup the appropriate dependencies to run.

Installation steps for Poetry can be checked on their website but for most of the cases this command line would work:

curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -

Install dependencies:

poetry install

Build the museum database:

# On bash
poetry run `pwd`/build.sh
# On fish shell
poetry run (pwd)/build.sh

Run

Start the server:

# On bash
poetry run `pwd`/serve.sh
# On fish shell
poetry run (pwd)/serve.sh

The address will be printed on the terminal window. The 'Niche Museums' website will be accesible through it.