How to install alsk1992/CloddsBot. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
alsk1992/CloddsBot Installation Guide
How to install alsk1992/CloddsBot. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for alsk1992/CloddsBot. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i alsk1992/CloddsBotor
Install via npx
npx @hexmos/ipm i alsk1992/CloddsBotPrerequisites
Node.js
runtimeVersion: >=22
npm
package managerTypeScript
languageVersion: 5.3
Docker
containerizationManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Install via npm (Recommended)
npm install -g clodds --loglevel=error
clodds onboardInstall from source
git clone https://github.com/alsk1992/CloddsBot.git
cd CloddsBot
npm install
cp .env.example .env
npm run build
npm startInstall using Docker
git clone https://github.com/alsk1992/CloddsBot.git
cd CloddsBot
docker compose up --buildPost Installation Steps
- Ensure ANTHROPIC_API_KEY is set in your .env file.
- Access WebChat at http://localhost:18789/webchat.
