Development Setup
Follow this guide to setup your system for development with the 3MS.
Configuration Changes
- Fork the 3MS repository
- Create a new branch for your pull request (from the
main
branch) - Develop changes in the new branch
Documentation Changes
- Fork the 3MS repository
- Create a new branch for your pull request (from the
docs
branch) - Install Python.
- Install Pipenv.
- In your terminal, navigate to the 3MS folder, and run:
- Develop changes in the new branch, using the following command to run the documentation locally: