> For the complete documentation index, see [llms.txt](https://engine.sygnal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://engine.sygnal.com/future/dev-team-notes.md).

# 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"
  }
```
