Just a test repo to see if speedwagon can be put into the cloud.
Generate the config file:
python -m speedcloud create-default-config
Move create config file working path that server will be launched from.
Start the server:
uvicorn speedcloud:app --port 8000
Install the node dependencies:
npm install
Start the server:
npm run start