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

https://github.com/moikapy/xander


https://github.com/moikapy/xander

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Xander

Xander is a project under Moikas' AI Studio, focused on developing AI-driven applications and content using modern tools and frameworks. The AI Studio aims to create innovative solutions that leverage the latest advancements in artificial intelligence and machine learning, with an emphasis on gaming, development, and collaboration.

## Getting Started

Make sure you have the required environment variables set up before starting the project. The `.env` file should contain the following:

```plaintext
# .env
# This file should be in the root of the project
# It should not be committed to the repository

ANTHROPIC_API_KEY=your_api_key
```

## Installation

To set up the project, you can install the dependencies using:

```bash
npm install
# or
yarn install
# or
bun install

```

## Usage

To start the development server:

```bash
npm run dev:safe
# or
yarn dev:safe
# or
bun dev:safe
```