Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 460 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 460 Bytes

Website for GTG

Proof of concept. Ported over from the now-defunct GNOME wiki.

Running locally

While in the main directory in a new terminal session, run:

docker run --rm -it -v $(pwd):/app -p 4000:4000 ruby:3.3.5 bash

Then inside that subshell, run:

cd app
bundle install
jekyll serve -H 0.0.0.0 --incremental

Open localhost:4000/gtg and the website should appear.