- Install Visual Studio Code
- Install the Remote - Containers extension
- Open the project folder in VS Code
- Click on the green button in the bottom left corner of the window
- Select "Reopen in Container"
- Wait for the container to build and start
- Open a terminal in VS Code (Terminal > New Terminal)
- Run the following command to start the development server:
gradle bootRun
TBD
We have first class support with devpods, check out the devpods documentation to get started.
- Clone this repository
- Install DevPods
- Create a new devpod with the following command:
devpod up . --id heapdog-intellij --provider docker --ide intellij
NB: This should take a while as it will build the docker image and inject IDE backend.
Or with VS Code:
devpod up . --id heapdog-vscode --provider docker --ide vscode