Skip to content

newcore-network/opencore-docs

Repository files navigation

OpenCore Docs

Official documentation for the OpenCore ecosystem, built with Docusaurus.

Prerequisites

  • Node.js: v20.0 or higher.
  • pnpm: Recommended for dependency management.

Installation

pnpm install

Local Development

pnpm start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

pnpm build

Generates static content into the build/ directory which can be served by any static hosting service.

Other Commands

  • pnpm serve: Locally serve the production build generated in build/.
  • pnpm typecheck: Run TypeScript type checking.
  • pnpm clear: Clear the Docusaurus cache.

Deployment

Deployment can be performed by configuring the deploy script in the corresponding environment.

pnpm deploy

About

Official documentation to understand @open-core/framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published