My website.
Find a file
Hornwitser 82323c9158 Add development HTTP server
Add an HTTP server for development purposes that replies to requests
with both the static resources and on the fly generated pages.  This
serves the following needs.

- Modern module scripts requires an origin supporting CORS policies,
  which is not supported when pages are read from disk by the browser.

- Provide a way for implemting automatic reloading of pages when changes
  are made to the source files.

- Act as the starting point for making interactive features such as
  comments and analytics.
2025-02-02 10:03:55 +01:00
.vscode Scaffold project structure 2025-01-21 07:56:15 +01:00
content Specify autistic in my header 2025-02-01 07:41:43 +01:00
public Add space between paragraphs and lists 2025-01-25 08:58:15 +01:00
utils Add development HTTP server 2025-02-02 10:03:55 +01:00
.gitattributes Scaffold project structure 2025-01-21 07:56:15 +01:00
.gitignore Scaffold project structure 2025-01-21 07:56:15 +01:00
cli.ts Add development HTTP server 2025-02-02 10:03:55 +01:00
package.json Re-organise cli.ts into functions and sub-commands 2025-02-01 16:25:45 +01:00
pnpm-lock.yaml Scaffold project structure 2025-01-21 07:56:15 +01:00
Readme.md Scaffold project structure 2025-01-21 07:56:15 +01:00
tsconfig.json Clean up whitespace in tsconfig.json 2025-01-22 09:11:29 +01:00

hornwitser.no

The code behind hornwitser.no