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
- Clone the repository
git clone https://github.com/trypromptly/LLMStack.git
- Compile the frontend code
cd LLMStack/client
npm run buildinfoIf running this command for the first make sure to install the dependencies by running
npm install
first. - Build and start the docker image
docker-compose -f docker-compose.dev.yml -d --build --env-file .env.dev up
- Point your browser to
localhost:9000
to login into the platform. LLMStack deployment comes with a default admin account whose credentials areadmin
andpromptly
. Be sure to change the password from admin panel after logging in.