A demo server implementation showcasing Micdrop server-side capabilities using @micdrop/server with Fastify and TypeScript.
First, copy the example environment file and fill in your API keys:
cp .env.example .envThen, install dependencies and start the development server with hot reload:
# Install dependencies
npm install
# Start development server with hot reload
npm run dev
# Build the project
npm run build
# Start the production server
npm run startThe server runs on port 3000 by default.
- Fastify for server implementation
- TypeScript for type safety
- @micdrop/server for AI integration
MIT