Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 277 Bytes

File metadata and controls

12 lines (8 loc) · 277 Bytes

Prism Docs

Developing

  1. Clone the repo, install Node 21+ with pnpm.
  2. pnpm install.
  3. pnpm run dev and view at http://localhost:3000.

Deploying

  1. Run pnpm run build.
  2. Tranfer files to deployment server (consult private notes).