Skip to content
This repository was archived by the owner on Aug 2, 2024. It is now read-only.

SuperioOne/pnp-react-hooks-docs

Repository files navigation

PnP React Hooks Docs

Documentation site for pnp-react-hooks package. This website is built using Docusaurus 2, a modern static website generator.

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

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH:

$ USE_SSH=true
$ pnpm deploy

Not using SSH:

$ GIT_USER=<Your GitHub username>
$ pnpm deploy

About

pnp-react-hooks package documentation site.

Resources

Stars

Watchers

Forks