Skip to content

MichelKerkmeester/anobel.nl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sygnal Framework

See the official SSE docs here https://engine.sygnal.com/

package.json

Edit name and version

index.ts

Edit SITE_NAME and VERSION.

Integration

Site-wide - before HTML

Replace REPO, handle as desired

<!-- Site engine -->
<script 
  src="https://cdn.jsdelivr.net/gh/sygnaltech/[email protected]/dist/init.js" 
  dev-src="http://127.0.0.1:3000/dist/index.js"
  ></script>
<!-- Site engine -->
<script 
  src="https://cdn.jsdelivr.net/gh/sygnaltech/[email protected]/dist/index.js" 
  dev-src="http://127.0.0.1:3000/dist/index.js"
  ></script>
<!-- Site engine -->
<script 
  src="http://127.0.0.1:3000/dist/init.js" 
  dev-src="http://127.0.0.1:3000/dist/index.js"
  ></script>

Testing

Test Project

https://webflow.com/dashboard/sites/sygnal-site-engine/general

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published