Open Source

> @picahq/pica

Check out our GitHub repository to explore the code, contribute, or raise issues.

You can also view our public roadmap and upcoming milestones at our community page to see what weโ€™re building next.

Using the CLI

The Pica CLI makes it easy to run Pica locally.

Prerequisite: Docker and Docker Compose

Step 1: Install the CLI:

npm i -g @picahq/cli

Step 2: Launch the local server:

pica start

Success: The Pica server is now running at http://localhost:3005 ๐Ÿš€

Stopping the Server

To stop the local server, run:

pica stop