- create
.env
file and addCONTENTFUL_SPACE_ID
andCONTENTFUL_ACCESS_TOKEN
- Load these env vars and load contentful data
env $(cat .env | xargs) bundle exec jekyll contentful
- Use docker to run the app
docker compose up
- open
http://127.0.0.1:4000/
in browser