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.
Make sure you have the required environment variables set up before starting the project. The .env
file should contain the following:
# .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
To set up the project, you can install the dependencies using:
npm install
# or
yarn install
# or
bun install
To start the development server:
npm run dev:safe
# or
yarn dev:safe
# or
bun dev:safe