CONTRIBUTING
Contributing to md.page
Thanks for your interest in contributing! Here's how to get started.
Development Setup
git clone https://github.com/maypaz/md.page.git
cd md.page
npm install
npm run dev
This starts a local dev server at http://localhost:8787.
Making Changes
- Fork the repo
- Create a branch:
git checkout -b my-feature - Make your changes
- Test locally with
npm run dev - Commit with a clear message
- Push and open a Pull Request
Guidelines
- Keep changes focused — one feature or fix per PR
- Follow the existing code style
- Test your changes locally before submitting
Reporting Bugs
Open an issue with:
- What you expected to happen
- What actually happened
- Steps to reproduce
Feature Requests
Open an issue and describe the use case. We'd love to hear how you're using md.page.