We're excited that you're interested in contributing to Phase Docs! This document outlines the process for contributing and provides instructions for setting up the project locally.
- Fork the repository.
- Create a new branch for your contribution.
- Make your changes.
- Submit a pull request with a clear description of your changes.
You can install the project dependencies using either npm or yarn:
npm installyarn installTo run the development server:
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
To build the project:
npm run build
# or
yarn buildThis command will also generate a sitemap automatically after the build process.
To start the production server:
npm run start
# or
yarn startTo run the linter:
npm run lint
# or
yarn lint- Update the documentation if you're changing functionality.
- Use clear and concise language in your documentation.
- Provide examples where appropriate.
- Push your changes to your fork.
- Submit a pull request to the main repository.
- Clearly describe your changes and why you think they should be merged.
- Be prepared to address any feedback or questions about your pull request.
If you have any questions or need further clarification, you can get in touch with on in your Community Slack.
Thank you for contributing to Phase Docs!