I am a new user. I cannot find a demo!
Suggestion: Either put a demo on your website or have some kind of showcase so new user can see how it looks like.
Going through Heroku just to have a demo install is not adequate as many of us don't use Heroku.
There is another alternative 馃槃
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.
docker run --rm -it -p 3000:3000 solidusio/solidus-demo:latest
@Henrik41 Happy to share some stores that are on solidus as examples if you want.
I'd like to work on this one - I think a demo site is a great idea. Not just so people get a feel for how the frontend and backend operate, but so we can gather metrics through analytics for the platform as a whole. Seeing what people visit on the demo site could give us some insight into what people are looking for in a platform.
So I'm working on this now - at this repo -> https://github.com/seand7565/solidus-sample
The goals for this project are:
You can see some of this in action here, though it's _far_ from being done. http://solidemo.herokuapp.com/ - and of course, admin is publically accessible (though unchangeable) here -> http://solidemo.herokuapp.com/admin
Closing this, @seand7565's demo is awesome!
Most helpful comment
So I'm working on this now - at this repo -> https://github.com/seand7565/solidus-sample
The goals for this project are:
You can see some of this in action here, though it's _far_ from being done. http://solidemo.herokuapp.com/ - and of course, admin is publically accessible (though unchangeable) here -> http://solidemo.herokuapp.com/admin