Official documentation for the OpenCore ecosystem, built with Docusaurus.
- Node.js: v20.0 or higher.
- pnpm: Recommended for dependency management.
pnpm installpnpm startThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
pnpm buildGenerates static content into the build/ directory which can be served by any static hosting service.
pnpm serve: Locally serve the production build generated inbuild/.pnpm typecheck: Run TypeScript type checking.pnpm clear: Clear the Docusaurus cache.
Deployment can be performed by configuring the deploy script in the corresponding environment.
pnpm deploy