Contributing#

Contributing#

Quart-Mongo is developed on github. If you would like to contribute to the project, you can open an issue on github.

Your contribution would be greatly appreciated!

Developing Locally:#

VS Code + Docker

Quart-Mongo utilizes VSCode’s devcontainer feature. This feature makes the tools/environment very simple as you will develop in a Docker container that has already been configured for the project.

Note

The devcontainer.json file is setup to use docker compose. This is because the development environment will run a MongoDB docker container for testing the extension.

Here are the steps:

  1. Clone the repository and open it with Visual Code Studio.

  2. Make sure that the Remote-Containers (ms-vscode-remote.remote-containers) extension is installed.

  3. Run the Remote-Container: Reopen in Container command (press Ctrl`+`Shift`+`P and then type the command).

  4. After the setup script completes, the environment is ready. You can start the local development.