Update readme
parent
b82349e1f0
commit
48314a2bff
16
README.md
16
README.md
|
@ -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`.
|
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
|
###### CSS
|
||||||
|
|
||||||
You can add your own custom CSS into the `Custom CSS` box. This will be minified and added to each page.
|
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`.
|
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
|
## 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.
|
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.
|
||||||
|
|
Loading…
Reference in New Issue