Welcome to the .devcontainer directory! Here you'll find Dockerfiles and devcontainer configurations that are essential for setting up your Pippin development environment. Below is a brief overview and how you can utilize them effectively.
These configurations can be used with Codespaces and locally.
After you fork the repo, navigate to: https://codespaces.new/{your_github_id}/pipping-draft?quickstart=1
For example: https://codespaces.new/sonichi/pipping-draft?quickstart=1
- Open the project in Visual Studio Code.
- Press
Ctrl+Shift+Pand selectDev Containers: Reopen in Container. - Select the desired python environment and wait for the container to build.
- Once the container is built, you can start developing Pippin.
- Check Docker daemon, port conflicts, and permissions issues.
For more information on Docker usage and best practices, refer to the official Docker documentation.