An open API service indexing awesome lists of open source software.

https://github.com/somethingnew71/vivariumai

AI Generated Text Based RPG
https://github.com/somethingnew71/vivariumai

games langchain langraph nuxt3 vue

Last synced: about 1 month ago
JSON representation

AI Generated Text Based RPG

Awesome Lists containing this project

README

          

# Vivarium AI

## Setup

Make sure to install the dependencies:

```bash
# bun
bun install
```

## Development Server

Start the development server on `http://localhost:3000`:

```bash
# bun
bun run dev
```

## Production

Build the application for production:

```bash
# bun
bun run build
```

Locally preview production build:

```bash
# bun
bun run preview
```

Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.