Contributing#

Quart Babel 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 Babel 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.

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.