🎉 Smallville v2.0.0 is in progress. Read more →
SmallvilleDocumentationDocumentation
AboutAbout
GitHubGitHub (opens in a new tab)DiscordDiscord (opens in a new tab)
  • Introduction
  • Get Started
  • Quick Start Guide
  • Dashboard Setup
  • Programming Clients
  • Memory Stream Database
  • Advanced
    • Prompt Configuration
    • Running Locally
    • Introduction
    • Get Started
    • Quick Start Guide
    • Dashboard Setup
      • Running the latest version
    • Programming Clients
    • Memory Stream Database
    • Advanced
      • Prompt Configuration
      • Running Locally
    • Memory Stream
    • Generative Agents
  • About

On This Page

  • Running the latest version
Question? Give us feedback → (opens in a new tab)Edit this page
Documentation
Dashboard Setup

Dashboard setup

The server should come with a default dashboard http://localhost:8080/dashboard (opens in a new tab).

Running the latest version

To run experimental features clone the github project and run npm run start in the dashboard directory

git clone https://github.com/nickm980/smallville/
cd dashboard
npm i
npm run start

The dashboard will be accessible at http://localhost:3000/ (opens in a new tab)

Quick Start GuideProgramming Clients

Smallville