My website.
Find a file
Hornwitser a8f025821b Move ideas to my personal notes
It's easier for me to manage these in my personal notes than in here,
especially with draftng out the ideass.
2025-05-13 10:10:43 +02:00
.vscode Scaffold project structure 2025-01-21 07:56:15 +01:00
src Move ideas to my personal notes 2025-05-13 10:10:43 +02:00
web/assets Typeset in Comic Neue 2025-05-10 23:31:12 +02: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
package.json Add convenience scripts for development 2025-02-16 23:50:11 +01:00
pnpm-lock.yaml Scaffold project structure 2025-01-21 07:56:15 +01:00
Readme.md Add convenience scripts for development 2025-02-16 23:50:11 +01:00
tsconfig.json Reorganise source files into src and web 2025-02-02 10:37:42 +01:00

hornwitser.no

The code behind hornwitser.no

Development

For regular development run:

  • pnpm watch-ts to transpile the TypeScript code to build/node and watch for changes.
  • pnpm watch-site to host the site on http://localhost:8080 and reload the server on changes.
  • pnpm test to run the tests and report coverage.

Other scripts available are:

  • pnpm prepare to transpile the TypeScript code to build/node
  • pnpm build to build the static resources to build/web.
  • pnpm serve to host the website on http://localhost:8080