Skip to content

Latest commit

 

History

History
 
 

.devcontainer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Developing with Visual Studio Code + devcontainer

The easiest way to get started is to use Visual Studio Code with devcontainers. This approach will create a preconfigured development environment with all the tools you need including realtime development.

Prerequisites

More info about requirements and devcontainer in general

Getting started:

  1. (Fork&) Clone the repository to your computer.
  2. Open the repository using Visual Studio code.
  3. Run Tasks

When you open this repository with Visual Studio code you are asked to "Reopen in Container", this will start the build of the container.

Notes

  • If you don't see this notification, open the command palette and select Remote-Containers: Reopen Folder in Container.
  • First start will take some time. From the 2nd start on its gonna be fast

Tasks

The devcontainer comes with some useful tasks to help you with development, you can start these tasks by opening the command palette and select Tasks: Run Task then select the task you want to run.

When a task is currently running, it can be restarted by opening the command palette and selecting Tasks: Restart Running Task, then select the task you want to restart.

The available tasks are:

Task Description
Run LedFx in devmode on port 8888 Backend
Run Ledfx Frontend in devmode on port 3000 Frontend