Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

.devcontainer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

.devcontainer

To build the JDS project with Docker (without VS Code), go to the root of the repository and run:

.devcontainer/build.sh

When the build is finished, run the project with:

.devcontainer/run.sh

And, if you want to use serve, use:

.devcontainer/run.sh SERVE

and

serve(; host="0.0.0.0")

to accept connections coming from outside of the container.