Skip to content

HeapDog/core

Repository files navigation

Welcome to HeapDog

Project setup guide for development

Using devcontainer

  1. Install Visual Studio Code
  2. Install the Remote - Containers extension
  3. Open the project folder in VS Code
  4. Click on the green button in the bottom left corner of the window
  5. Select "Reopen in Container"
  6. Wait for the container to build and start
  7. Open a terminal in VS Code (Terminal > New Terminal)
  8. Run the following command to start the development server:
    gradle bootRun
    

IntelliJ IDEA

TBD

Recommended: Using DevPods

We have first class support with devpods, check out the devpods documentation to get started.

  1. Clone this repository
  2. Install DevPods
  3. 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

About

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published