This repository contains the official documentation for the Recoup API, built with Vocs.
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Preview production build
npm run previewdocs/
├── pages/ # Documentation pages
│ ├── index.mdx # Landing page
│ ├── getting-started.mdx
│ ├── fans.mdx # Fans API documentation
│ └── posts.mdx # Posts API documentation
└── public/ # Static assets
This documentation site is built using:
- Vocs - Documentation framework
- React - UI Framework
- MDX - Markdown with JSX
- Tailwind CSS - Styling
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.