Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 795 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 795 Bytes

Pygmalion Documentation

You can find the website at docs.pygmalion.chat

Running the docs on your PC locally:

Requirements:

  • git
  • nodejs
Install the requirements (Windows):
  • Open PowerShell (Win10) or Terminal (Win11)
  • Install NodeJS: winget install -e --id OpenJS.NodeJS
  • Install Git: winget install -e --id Git.Git
  • Restart PowerShell/Terminal
Install the requirements (Linux)
  • All package managers have both git and nodejs.

Installation

  • Clone the repo:
git clone https://github.com/PygmalionAI/pygmalion-docs

cd pygmalion-docs
  • Run the docs using retypeapp
npx retypeapp watch

Please regularly update with git pull. This is still a WIP so updates are often expected.