Skip to content

devcontainer setup for vscode to use structurizr lite locally

License

Notifications You must be signed in to change notification settings

dgcaron/structurizr-dev-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

structurizr-dev-container

devcontainer setup for vscode to use structurizr lite locally

usefull links

To get started with structurizr lite you can create a file called workspace.dsl in the root of the project with the following example content:

workspace {

    model {
        user = person "User"
        softwareSystem = softwareSystem "Software System"

        user -> softwareSystem "Uses"
    }

    views {
        systemContext softwareSystem "Diagram1" {
            include *
            autoLayout
        }

        theme default
    }

}

after you have saved the workspace file open a browser at http://localhost:8080/ and accept the EULA.

About

devcontainer setup for vscode to use structurizr lite locally

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published