Skip to content

pufflyai/prompt-studio-core

Repository files navigation

⚠️ Under Construction the API and project structure are subject to change. ⚠️

Prompt Studio Core

Build Status Discord Shield Version

Prompt Studio is a collaborative prompt engineering platform for teams that work with LLMs.

Setup

This is a monorepo managed using lerna

Install dependencies

From the root of the repo, run npm install.

To launch documentation

From the websites/docs folder run npm start.

Build all packages

From the root of the repo, run npx lerna run build.

Run all tests

From the root of the repo, run npx lerna run test.

Update packages

From the root of the repo, run npx lerna version --no-private

Publish packages

From the root of the repo, run npx lerna publish --no-private