Skip to content

Commit

Permalink
add DEVELOPMENT.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwhall committed Jun 7, 2024
1 parent 066400c commit 37b997b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 37b997b

Please sign in to comment.