Skip to content

Files

Latest commit

1e91805 · Nov 23, 2024

History

History
22 lines (21 loc) · 589 Bytes

README.md

File metadata and controls

22 lines (21 loc) · 589 Bytes

Øresund Space Collective

This is the website of Øresund Space Collective, based on a copy of oresundspacecollective.com from archive.org.

Develop

Prerequisites

Install Jekyll. For Debian 12:

sudo apt install build-essential libffi-dev ruby-dev ruby gem

Add this to ~/.bashrc to allow gem to run for a non-root user.

# Ruby exports
export GEM_HOME=$HOME/gems
export PATH=$HOME/gems/bin:$PATH

Run

$ cd osc
$ bundle install
$ bundle exec jekyll serve