Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

@micdrop/demo-server

A demo server implementation showcasing Micdrop server-side capabilities using @micdrop/server with Fastify and TypeScript.

Development

First, copy the example environment file and fill in your API keys:

cp .env.example .env

Then, 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 start

The server runs on port 3000 by default.

Dependencies

  • Fastify for server implementation
  • TypeScript for type safety
  • @micdrop/server for AI integration

License

MIT

Author

Lonestone (GitHub)