Developing with SSE
The basics of developing with Sygnal Site Engine.
Last updated
The basics of developing with Sygnal Site Engine.
Last updated
Start VS Code
Open a GitHub codespace for your project, or check it out locally with GitHub
Make whatever changes you like
Open a terminal CTRL
+SHIFT
+~
Type;
Click the split plane button, top right of the bottom terminal pane.
Type;
Typically we test our changes in the webflow.io
staging site. To see your code live, you can make a simple, temporary modification to your library include;
Note how the src
attribute has been changed to src1
, you can use anything here to suppress it. A space has been added after the dev-
as well, so that that src
will now be loaded by the browser.
Publish your webflow.io
site ONLY.
Now, any code changes you make and save will immediately, and you can view them immediately on your published webflow.io
site.
Make sure to change the script tag back after your work, most especially before you publish your site to production.
if you'd like this setup for your projects.