Update readme

react_convert
Mark Moffat 2018-01-10 21:26:22 +01:00
parent b82349e1f0
commit 48314a2bff
1 changed files with 8 additions and 8 deletions

View File

@ -27,6 +27,14 @@ A new user form will be shown where a user can be created.
Adding your own custom style is done by accessing the `Admin` panel then selecting `General settings`.
#### Demo images
Sample homepage
![Sample homepage](https://mrvautin.com/content/images/2018/01/expressCart-demo.jpg)
Admin page
![Admin page](https://mrvautin.com/content/images/2018/01/admin-settings.png)
###### CSS
You can add your own custom CSS into the `Custom CSS` box. This will be minified and added to each page.
@ -231,14 +239,6 @@ You may want to create a static page to show contact details, about us, shipping
New static pages are setup via `/admin/settings/pages`.
## Demo images
Sample homepage
![Sample homepage](https://mrvautin.com/content/images/2018/01/expressCart-demo.jpg)
Admin page
![Admin page](https://mrvautin.com/content/images/2018/01/admin-settings.png)
## Contributing
I'm looking for contributors of any kind. I'm working on turning the admin panel into something more modern and using Vue.js. The frontend part of the website will always be a normal webapp with no SPA frameworks as I believe eCommerce apps should have SEO as top priority.