This doc explains how to setup a development environment so you can get started contributing to Diplodoc Platform.
- Create a GitHub account
- Setup GitHub access via SSH
- Install requirements
- Set up your environment
- Create and checkout a repo fork
<>
<>
<>
<>
Once built, you can run all the packages and examples in development mode using the following command: <> After making and building your changes, make sure that the examples continue working and, if needed, update the relevant examples to test changes or added functionality.
Commit your changes:
' git commit -m "Add my feature '
Push your changes to your fork:
' git push origin feature/my-feature '
Submit a Pull Request on GitHub.
<>