Run in Codespaces
Last updated
Last updated
Codespaces is a cloud development environment (CDE) that's hosted in the cloud. You can customize your project for GitHub Codespaces by committing configuration files to your repository (often known as Configuration-as-Code), which creates a repeatable codespaces configuration for all users of your project.
Review the guide.
Install the VSCode Desktop application.
In change your client to Visual Studio Code
(Should not be Visual Studio Code for the Web
)
To configure the dev container, open the and click on Code
->Codespaces
->...
-> Configure dev container
.
This will open the dev container configuration file where you can customize your configuration like the CPUs and memory.
Once your codespace is created, the template repository will be automatically cloned into it. Your codespace is all set up, and the local node is running!
Congrats on successfully setting up your Codespace and running a Hiero Local Node!
Open the and click on the Code
->Codespaces
->...
-> New with options...
button and choose the appropriate settings:
➡
➡
➡