This repository contains the documentation for KaleidoSwap, built using Docusaurus.
- Node.js >= 18
- pnpm
# Install dependencies
pnpm install
# Start development server
pnpm start
# Build documentation
pnpm build
docs/
- Main documentation contentintroduction.md
- Main introductiondesktop-app/
- Desktop application guidesapi/
- API reference and guides
- Fork the repository
- Create your feature branch
- Make your changes
- Submit a pull request