Skip to main content

Getting Started

Getting Started

To get started with LLMStack, you can either use the prebuilt docker image or build from source.

Docker Image

Build from Source

  1. Clone the repository
     git clone https://github.com/trypromptly/LLMStack.git
  2. Compile the frontend code
     cd LLMStack/client
    npm run build
    info

    If running this command for the first make sure to install the dependencies by running npm install first.

  3. Build and start the docker image
    docker-compose -f docker-compose.dev.yml -d --build --env-file .env.dev up
  4. Point your browser to localhost:9000 to login into the platform. LLMStack deployment comes with a default admin account whose credentials are admin and promptly. Be sure to change the password from admin panel after logging in.