2025-01-21 07:56:15 +01:00
|
|
|
# hornwitser.no
|
|
|
|
|
|
|
|
The code behind hornwitser.no
|
2025-02-16 19:24:29 +01:00
|
|
|
|
|
|
|
## 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
|