From 6f79cf77bf61c90c84aa2a236a5106f6a777bc63 Mon Sep 17 00:00:00 2001 From: Sean Date: Fri, 30 Oct 2020 10:28:47 -0500 Subject: [PATCH] Update readme with Solidus demo URL --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1fb40e1e366..c2dad22dcd2 100644 --- a/README.md +++ b/README.md @@ -78,11 +78,13 @@ combine it with your own custom frontend, admin interface, and API. ## Demo -Try out Solidus with one-click on Heroku: +You can try the live Solidus demo [here.](http://demo.solidus.io/) The admin section can be accessed [here.](http://demo.solidus.io/admin) + +You can also try out Solidus with one-click on Heroku: [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/solidusio/solidus-example-app) -Alternatively, you can use Docker to run a demo on your local machine. Run the +Additionally, you can use Docker to run a demo on your local machine. Run the following command to download the image and run it at [http://localhost:3000](http://localhost:3000).