forked from BantenITSolutions/oc-shop
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |