# Dev Team Notes

## Test Project

<https://sygnal-site-engine.webflow.io/>

<https://webflow.com/dashboard/sites/sygnal-site-engine/code>

HEAD&#x20;

```html
<!-- Site engine -->
<script 
  src="http://127.0.0.1:3000/dist/index.js" 
  test-src="http://127.0.0.1:3000/dist/index.js"
  dev-src="http://127.0.0.1:3000/dist/index.js"
  ></script>
```

```
https://www.npmjs.com/package/@sygnal/sse
```

```
npm install @sygnal/sse
```

package.json&#x20;

```json
  "dependencies": {
    "@sygnal/sse": "^0.1.0",
    "js-cookie": "^3.0.5"
  }
```
