An online DEMO is available.
View Docs for installation steps & tutorials.
Open a new issue, I'd love to help.
Moved to github issues.
A nice article on sitepoint that explains the first few versions of this repository. Recommended read if you're not familiar with the underlying technologies.
Thank you for contributing to this repository.
Here are the guidelines:
- run
gulp --production
at the end if you changed any HTML, Less or JS. Do not send Pull Requests without running this command (unless you haven't touched the frontend) - delete
.map
filesrm public/css/app.css.map public/css/vendor.css.map public/js/app.map public/js/vendor.js.map
- If you are adding/modifying backend functionality, make sure to include the apprioriate
test
. Let me know if you need help writing the test