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
-
Clone the repository:
git clone https://github.com/example/project.git cd project
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
Next Steps
- Check out the API Reference for detailed information
- Learn about Configuration options
- See Examples for common use cases