Skip to content

Recoupable-com/Recoup-Docs

Repository files navigation

Recoup API Documentation

This repository contains the official documentation for the Recoup API, built with Vocs.

🚀 Quick Start

# Install dependencies
npm install

# Start development server
npm run dev

# Build for production
npm run build

# Preview production build
npm run preview

📚 Documentation Structure

docs/
├── pages/           # Documentation pages
│   ├── index.mdx    # Landing page
│   ├── getting-started.mdx
│   ├── fans.mdx     # Fans API documentation
│   └── posts.mdx    # Posts API documentation
└── public/          # Static assets

🛠 Development

This documentation site is built using:

🤝 Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •