This dev app is bundled to scripts/ folder (ignored in .gitignore). If you commit the bundle files to github, this app can serve as a github page!
Please read the README file in your project for more information.
Usage: <hello-world message.bind="message"></hello-world>
Usage: <p color="green">In green</p>
In green
Usage: \${message | upcase}
${message | upcase}
Usage: <button click.trigger="clicked() & primaryClick"></button>