Skip to content

An npm module for developing themes locally - provides a mini Node server, dummy content, and theme parsing for testing purposes.

Notifications You must be signed in to change notification settings

serg-fam/postachio-theme-sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

postachio-theme-sdk

Incomplete Warning

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.

What's this for?

This module launches a development environment for working on Postach.io themes locally. In future it will be a dependency of our official themes.

1) Install SDK

Run the following command in Terminal to install the SDK through npm.

npm install postachio-theme-sdk --save

2) Run Gulp Task

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.

Need More Info?

Check out our help documentation for more information on theming Postach.io sites.

About

An npm module for developing themes locally - provides a mini Node server, dummy content, and theme parsing for testing purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%