fractally-contributor
Allows one to easily work in the fractally monorepo, from any OS.
Prerequisites
- Use a workstation with VS Code installed, with the "Remote - Containers" extension
How to use
- Clone this repository locally into a directory called "fractally"
- Open the directory in VS Code
- When prompted, reopen the project in a remote container (If prompted to install docker, follow the instructions)
Benefits
- Less environment-related troubleshooting, as the environment setup is consistent and controlled by the dockerfile.
- Ensure all contributors have access to the same IDE configuration (extensions, vscode config, etc.)
- Contributors can use any OS
- Let's your Dev PC remain really light and free of complicated environment setups & dependencies.