forge-designautomation-tools
                                
                                
                                
                                    forge-designautomation-tools copied to clipboard
                            
                            
                            
                        Cannot launch app locally after downloading repository
After downloading this repository, I installed the necessary packages with npm, and hard coded the environment variables into config.js but I cannot connect to localhost at all. No errors are showing in my terminal or in the browser console, so I am not sure where to start debugging.
I tried installing nodemon to see if that would change anything but had no luck. To clarify, after running npm run nodemon I see  logs in the terminal that read:
Starting at Thu May 05 2022 21:46:39 GMT-0400 (Eastern Daylight Time)
Listening on port 3000
But when you try and visit https://localhost:3000/ I am met with the vague "ERR_SSL_PROTOCOL_ERROR". Any help is greatly appreciated. If more context is needed around my issue I'd be glad to provide it.