From 25749cdd1836879477c9a4608115fbde340e540d Mon Sep 17 00:00:00 2001 From: Dave Shoreman Date: Thu, 4 Dec 2014 07:13:26 +0000 Subject: [PATCH] Add readme --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8a4371e --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# Octoshop - A Shop Plugin for October CMS + +Pretty much does what it says on the tin. Octoshop adds all the basic functionality +needed to sell products from your website running on October CMS. Still in its infancy, +it's fairly barebones right now, though the process from browsing to buying is already +covered. Payments are powered by Stripe JS for now, letting me spend more time worrying +about the things that matter most. + + +## Demo + +Frontend: http://octoshop.demo.dsdev.io/ +Backend: http://octoshop.demo.dsdev.io/backend/ + +Username and password for the backend are both `admin`. + + +## Documentation + +Not yet... Check out the demo, browse the source, and have a gander at the optional +[theme](https://github.com/dshoreman/octoshop-theme) if you want to play about.