Documentation
The Glemor handbook — one guide for the team, one for developers, and both changelogs.
Everything here is written from what is actually in the Glemor repository. If a fact is not in the code, it is not on this site.
Three sections, three readers
Team guide
Running the shop: products, photos, scent notes, orders, and getting a change onto the live site. No code.
Engineering
Architecture, the monorepo, local development, the three gates, seeding and deployment.
Changelog
What's New in plain language, plus the technical log. Both generated from commits.
The two live services
| What | Where | Used for |
|---|---|---|
| Storefront | glemor-storefront.cenvora.dev | The public shop, on Vercel |
| Medusa admin | glemor-admin.cenvora.dev/app | The product catalogue, on Railway |
The storefront reads the catalogue from Medusa. A price changed in the admin changes what the site shows and what a customer is charged, because the checkout looks the price up from that same catalogue rather than trusting the browser.