eggsmayhem / eggsmayhem#1482 / twitter
nebocoder / nebocoder#9007 / twitter
sabakhilji / sabakhilji#624 / twitter
ryanohcodes / ChocOhPi#1258 / twitter
Bringing the Medusa Next-js storefront closer to artists with Gallery and Commissions display features
Changes over the Next.js starter:
- Site structure optimized for artists
- Dramatic color scheme
- SEO
- Focus indicator for increased accessibility
- Carousel to display past works
- Separate page highlighting commissionable art by category
Going forward:
- Simplified admin panel
- Artist can update commissions page through admin panel, decreasing need for developer intervention
- Associate images with variant type at checkout for cleaner customer experience
An attractive Carousel on your storefront can show your customers your past work by category and extend your site from a mere store to clearly offering custom commissions as well, a seamless feature to help artists sell more art
This template includes a customizable Gallery componenet where the artist can display their past works by category/medium.
An artist can easily plug in their past works for a nicely-formatted Gallery, along with a link to contact the artist about commissioning custom work
To use the starter you should have a Medusa server running locally on port 9000. Check out medusa for a quick setup.
- Clone the repository:
git clone https://github.com/eggsmayhem/nextjs-starter-medusa
- Change directory and install dependencies:
cd directory
yarn install