Quick Start Guide
Welcome to the developer documentation. Integrate push notifications into your web app in less than 5 minutes.
1. Install the Service Worker
Download `sw.js` and place it in your public root directory.
# In your public_html/ or public/ folder
wget https://gcwebify.com/sw.js
wget https://gcwebify.com/sw.js
2. Add the Snippet
Add this script tag to your `head` or before `body` close.
<script>
window.GCWebifyConfig = { domainId: Your_ID };
</script>
<script src="https://gcwebify.com/js/sdk.js"></script>
window.GCWebifyConfig = { domainId: Your_ID };
</script>
<script src="https://gcwebify.com/js/sdk.js"></script>