Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.34 KB

README.md

File metadata and controls

37 lines (21 loc) · 1.34 KB

⚠️ Under Construction the API and project structure are subject to change and no documentation was added yet. ⚠️

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 yarn install.

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