Local Deployments

XYZ can be deployed locally by running the server.js node.

In Visual Studio Code we recommend to store the environment settings in the env:{} object of the .launch file.

During startup, server.js will check for dotenv. If found the dotenv settings will be loaded as environment settings.

Last updated