26 lines
629 B
Markdown
26 lines
629 B
Markdown
# PaulW.XYZ
|
|
|
|
Paul's personal website.
|
|
|
|
## Third-Party Licenses
|
|
|
|
Any trademarks listed on this site are the property of their respective owners.
|
|
This site neither endorses nor is affiliated with any of the owners.
|
|
Any source code available on any of the pages is without warranty of any kind.
|
|
Use it at your own risk.
|
|
|
|
Direct dependency notices are documented in
|
|
[the license page](/licenses/).
|
|
|
|
## Development
|
|
|
|
The source for this site is hosted at <https://git.paulw.xyz/paul/www>.
|
|
|
|
```sh
|
|
bun install
|
|
bun run dev
|
|
```
|
|
|
|
Run `bun run check` to validate generated pages and `bun run build` to create
|
|
the production site in `dist/`.
|