Welcome to pf2ools!
This website is a work in progress. What it once aims to do is be an all-encompassing wiki for all things to do with the Pathfinder 2e ruleset. Much akin to Archives of Nethys. But newer, more modern. Maybe even a character sheet one day.
Ok but how do I host this?
The website can be hosted either by means of serving static html files on the web, or as a Node server. The latter will (eventually) allow for maintaining a database of your own, so your content doesn't disappear if you happen to clear your browser storage, as well as share your content with other people in a centralized manner.
Support
If you are eager to see this project being continued, feel free to throw a ko-fi to its creator! Otherwise, word of mouth is a great substitute.
Contributing Code
If you are interested in contributing, there's two pathways. One is contributing typo fixes and new content to the pf2ools-data repository. The other, is to contribute directly to the codebase of the website you are reading this on, pf2ools.
For the latter, basic knowledge of Svelte and SvelteKit is encouraged, as well as Typescript.
The repository also uses the Bun runtime for package management and script running. So make sure that's installed.