/vscode-demo

Primary LanguageShellApache License 2.0Apache-2.0

Creating a Codespaces development environment for VOLTTRON and Eclipse VOLTTRON

The purpose of this repository is to allow the user to create their own codespaces environment for creating new agents or adding additional capabilities to existing agents.
This repository was built for the Eclipse VOLTTRON Users group (https://projects.eclipse.org/projects/iot.volttron). Join the mailing list for upcoming topics (https://accounts.eclipse.org/mailing-list/volttron-dev).

Creation

  1. Click the Use this template button to create a new repository for you to work with

    Create new Repository

  2. Use the dropdown to select the organization (or user) to create the repository under and enter the repository name. Finally click the create button at the bottom of the page.

    image

  3. Click the Codespaces button at the top of the the page

    image

  4. In the upper right corner click the New Codespace button

    image

  5. Specify the repository you created in step 1 and customize it using one of the devcontainer configurations for volttron

    image

After a few minutes of setup you will have a working development environment fully available in github codespaces.

image