Markdown for Agents Demo

Try requesting this page like an agent would:

 curl -H "Accept: text/markdown" https://markdown-to-agents.vercel.app/docs/getting-started

Demo content

Before you begin, ensure you have the following installed:

  • Node.js (version 18 or higher)
  • npm or yarn package manager

Installation

  1. Clone the repository:

    git clone https://github.com/example/project.git
    cd project
    
  2. Install dependencies:

    npm install
    
  3. Start the development server:

    npm run dev
    

Next Steps