This is the official documentation website for Amico, built using vocs, a modern documentation framework optimized for performance and ease of use.
- Powered by vocs: A fast and flexible documentation framework.
- MDX Support: Write documentation using Markdown and React components.
- Vite-Powered: Instant hot-reloading for a seamless development experience.
- Customizable: Extend and style the documentation to fit your needs.
Clone the repository and install dependencies:
# Clone the repository
git clone https://github.com/AIMOverse/amico-docs.git
cd amico-docs
# Install dependencies
npm installTo start a local development server:
npm run devThis will start the website at http://localhost:5173/ with hot module reloading enabled.
To generate a static build:
npm run buildThe built files will be available in the dist/ directory.
This project is licensed under the MIT License - see the LICENSE file for details.