diff options
Diffstat (limited to 'README.museum.md')
| -rw-r--r-- | README.museum.md | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/README.museum.md b/README.museum.md new file mode 100644 index 0000000..67524d9 --- /dev/null +++ b/README.museum.md @@ -0,0 +1,31 @@ +# The Last Museum + +Project for KW Berlin and other places. + +## Linking to assets + +- Local: ./data_store/media/last-museum/[artist]/[filename] +- Embed: /static/media/last-museum/[artist]/[filename] + +## Pages + +- Custom components: frontend/site/museum/views/ + +These should all have some documentation. + +## Building the site + +``` +# Building the Last Museum site (development) +yarn build:museum:dev + +# Deploying the Last Museum site (production) +yarn build:museum:production +rsync -rlptuvz ./data_store/exports/thelastmuseum/ lens@garden:swimmer/data_store/exports/thelastmuseum/ +``` + +## Adding a new artist + +- Update constants.js with the artist name, bio, etc +- Font size might change for CSS: `.page-artists .artist-big-name` +- Upload their cursors |
