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
- Host: GitHub
- URL: https://github.com/somethingnew71/vivariumai
- Owner: SomethingNew71
- License: mit
- Created: 2024-08-24T01:06:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-28T00:18:34.000Z (about 1 year ago)
- Last Synced: 2026-02-19T14:45:06.553Z (3 months ago)
- Topics: games, langchain, langraph, nuxt3, vue
- Language: Vue
- Homepage: https://vivarium-ai.vercel.app
- Size: 4.15 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.