This is a highly experimental, incomplete SDK. It's work in progress. Use at your own risk and feel free to submit pull requests and bug reports.
This module launches a development environment for working on Postach.io themes locally. In future it will be a dependency of our official themes.
Run the following command in Terminal to install the SDK through npm.
npm install postachio-theme-sdk --save
Run the postachio
gulp task to start the server.
gulp postachio
Your development environment will be available at localhost:8000
. It will listen for changes to LESS, CSS, HTML, and JS file extensions and restart the server.
Check out our help documentation for more information on theming Postach.io sites.