Skip to content
forked from simonw/museums

A website recommending niche museums to visit

Notifications You must be signed in to change notification settings

pjamargh/museums

 
 

Repository files navigation

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.

About

A website recommending niche museums to visit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 45.9%
  • HTML 40.4%
  • Python 12.9%
  • Shell 0.8%