https://github.com/moikapy/xander
https://github.com/moikapy/xander
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/moikapy/xander
- Owner: Moikapy
- Created: 2024-09-30T04:54:09.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-22T01:13:37.000Z (over 1 year ago)
- Last Synced: 2024-12-30T03:49:07.229Z (over 1 year ago)
- Language: TypeScript
- Size: 61.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```