Help and FAQ for Phi Browser.
- Node.js 24 or newer
- pnpm 11 or newer
The project intentionally uses minimum engine ranges and does not set maximum versions or patch-level locks.
Install dependencies:
pnpm installStart the VitePress dev server:
pnpm devThe dev server uses port 3000 by default. Set PORT to override it:
PORT=4000 pnpm devUser-facing Help and FAQ content lives in site/.
Repository handoff notes and AI implementation documentation live in docs/ so they do not conflict with the VitePress content tree.
pnpm format:check
pnpm buildThis repository is dual-licensed; see LICENSE for the overview.
- Documentation content (
site/**/*.md) is licensed under CC BY-NC-SA 4.0. You may quote and adapt it as long as you credit Phinomenon Inc., keep it non-commercial, and share derivatives under the same license. - Site code (the VitePress theme, configuration, and tooling) is licensed under the MIT License.
- The Phi and Phi Browser names and logos are trademarks of Phinomenon Inc. and are not covered by either license.