From 37b997b15c724d36bb9bd4db5e87da252cb5b833 Mon Sep 17 00:00:00 2001 From: Jacob Hall Date: Fri, 7 Jun 2024 01:08:52 -0600 Subject: [PATCH] add DEVELOPMENT.md --- DEVELOPMENT.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 DEVELOPMENT.md diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md new file mode 100644 index 0000000..65433db --- /dev/null +++ b/DEVELOPMENT.md @@ -0,0 +1,16 @@ +Running a development server locally using podman/python: + +- make sure _config.yml has "http://localhost:8000" as the site URL + +in one terminal: +- podman run -it -v .:/mnt:Z docker.io/ruby:3.3.0-bookworm /bin/bash + - cd /mnt + - bundle install + - cd dogwood + - bundle install + - cd .. + - bundle exec jekyll build --watch + +in a new terminal while that's running +- cd to ~/Documents/maprva-site/_site +- python -m http.server