-
- Twitter: @dino_coder
- Discord: Theosaurus#5141
-
- Twitter: @20by31
- Discord: power#7764
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.
- Clone the repo:
git clone https://github.com/Theosaurus-Rex/medusa-jekyll-starter.git
-
Ensure you have
ruby 2.7.2
installed -
Change directory and install dependencies:
cd medusa-jekyll-starter
bundle install
npm install
-
Ensure you have a Medusa instance running locally. If you don't, you can follow the Medusa Quickstart guide to get started.
-
Run the project:
jekyll serve
- Open the project in your browser at
http://localhost:4000