Support hub and storefront for the Robot Study Companion (RSC) project.
A static GitHub Pages site served at shop.rsc.ee. Main site: rsc.ee.
.
├── CNAME # binds the repo to shop.rsc.ee for GitHub Pages
├── index.html # the page
└── README.md # you are here
git clone https://github.com/RobotStudyCompanion/shop.git
cd shop
python3 -m http.server 8000 # then open http://localhost:8000Substantive work happens upstream, see github.com/RobotStudyCompanion. Issues and pull requests on this repo are welcome for shop-specific fixes (copy, layout, links).