Skip to content

Theosaurus-Rex/medusa-jekyll-starter

Repository files navigation

Medusa Jekyll Starter Template

Medusa Jekyll Starter Template

About

Participants

Description

This is a starter template for building a Jekyll storefront with a Medusa backend. It uses Alpine.js for lightweight dynamic functionality.

NOTE: Some features are a work in progress.

Preview

Medusa Jekyll Starter Template

Set up Project

  1. Clone the repo:
git clone https://github.com/Theosaurus-Rex/medusa-jekyll-starter.git
  1. Ensure you have ruby 2.7.2 installed

  2. Change directory and install dependencies:

cd medusa-jekyll-starter
bundle install
npm install
  1. Ensure you have a Medusa instance running locally. If you don't, you can follow the Medusa Quickstart guide to get started.

  2. Run the project:

jekyll serve
  1. Open the project in your browser at http://localhost:4000

Resources