snorklerjoe/CubeServer

View on GitHub
README-DEV.md

Summary

Maintainability
Test Coverage
# DevContainer Setup

Either use the devcontainer locally or in GitHub Codespaces.  
Once the container is built, the ports will automatically be forwarded.

To run the development webapp server, simply open a terminal in the devcontainer and run:

``` bash
app-server
```

To run the development api server, simply open a terminal in the devcontainer and run:

``` bash
api-server
```