My website.
| .vscode | ||
| src | ||
| web/assets | ||
| .gitattributes | ||
| .gitignore | ||
| package.json | ||
| pnpm-lock.yaml | ||
| Readme.md | ||
| tsconfig.json | ||
hornwitser.no
The code behind hornwitser.no
Development
For regular development run:
pnpm watch-tsto transpile the TypeScript code to build/node and watch for changes.pnpm watch-siteto host the site on http://localhost:8080 and reload the server on changes.pnpm testto run the tests and report coverage.
Other scripts available are:
pnpm prepareto transpile the TypeScript code to build/nodepnpm buildto build the static resources to build/web.pnpm serveto host the website on http://localhost:8080