cheshire-cat-ai / admin-vue

Admin panel of the Cheshire Cat AI
GNU General Public License v3.0
32 stars 28 forks source link
admin ai cheshire-cat frontend panel vue

Discord Server

GitHub Stars

GitHub Forks

GitHub License

GitHub Issues

GitHub Pull Requests

Cheshire Cat Admin UI 🐱

This is the source code to build the admin client for the Cheshire Cat AI.

About the project

The Cheshire Cat is a framework to build long-tail AIs:

Pre-requisites

Make sure you have the following installed on your machine:

  node v18.15+

Installation

This project uses pnpm as the package manager. You can install it by running:

  npm install -g pnpm

Then, install the dependencies:

  pnpm install

Scripts

Here's a list of scripts that you can run to get the app up and running

Dev mode

Run the app in dev mode with hot-reloading enabled and the browser automatically opening on port 3000 (default)

  pnpm run dev

Build

Build the app for production

  pnpm run build

Start the app

Runs the build and serves the built app on port 3000 (default)

  pnpm run preview