Gitpod is a browser-based development environment.
To get started, create a .gitpod.yml
file within your project.
tasks:
- before: bash <(curl -fsSL https://get.docksal.io)
init: fin init
Once created, you are ready to start your project within the Gitpod Workspace.
For more information on creating the Gitpod Configuration file, consult the Gitpod Getting Started documentation.
Was this page helpful?
Thanks for the feedback. If you have a specific, answerable question about how to use Docksal, ask it in Discussions on GitHub. Open an issue if you want to report a problem or suggest an improvement. You can also contribute changes to this page using the link in the top right corner.