This repository contains the official documentation for MyCoder, an AI-powered coding assistant. The documentation is built using Docusaurus, a modern static website generator.
- Product Documentation: Comprehensive guides on how to use MyCoder
- Getting Started: Platform-specific setup instructions for Windows, macOS, and Linux
- Usage Guides: Detailed information on features and capabilities
- Blog: Updates, tutorials, and insights about MyCoder
- Node.js version 18.0 or above
- pnpm (recommended), npm, or yarn
# Clone the repository
git clone https://github.com/drivecore/mycoder-docs.git
cd mycoder-docs
# Install dependencies
pnpm install
# Start the development server
pnpm start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
# Generate static content
pnpm build
This command generates static content into the build
directory and can be served using any static contents hosting service.
# Deploy to GitHub Pages
USE_SSH=true pnpm deploy
Or if not using SSH:
GIT_USER=<Your GitHub username> pnpm deploy
The site is automatically deployed when changes are pushed to the main branch.
We welcome contributions to improve the documentation:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-improvement
) - Make your changes
- Commit your changes (
git commit -m 'Add some amazing improvement'
) - Push to the branch (
git push origin feature/amazing-improvement
) - Open a Pull Request
This repository uses Husky to run pre-commit hooks that ensure code quality. When you commit changes, the following checks will run automatically:
- Building the project to ensure there are no build errors or warnings
If the build fails, your commit will be aborted. Fix the issues and try committing again.
To manually run the checks:
npm run pre-commit-check
This project is licensed under the MIT License - see the LICENSE file for details.
If you have questions or feedback, please join our Discord community.