Commit graph

4 commits

Author SHA1 Message Date
3bcf621a1c Reload page when watch restarts serve
Host an EventSource server that notifies current open browser windows
to reload the page when the watch mode has restarted the server.  This
is the last piece to making the page update live after editing and
saving a source file.
2025-02-03 10:30:35 +01:00
9e39cd2388 Set viewport size to inital width
Declare the website width as being responsive to agents so that it
renders at a friendly size on devices that emulate a scaled viewport
by default.
2025-02-02 15:36:14 +01:00
49a329ac43 Add 3d Viewport component
Implement a Viewport component and associated update script that allows
rendering 3d content inside it.  This is based on the implementation
used at Furnavia for their 2025 website.
2025-02-02 15:34:16 +01:00
c8527f17f7 Reorganise source files into src and web
Use a more traditional source code layout with the code located in the
src/ dir and static web content in the web/ dir, while the other places
are for data not related to code or content.
2025-02-02 10:37:42 +01:00
Renamed from content/bases.tsx (Browse further)