Pictogrammers / pictogrammers.com

Code for Pictogrammers.com
https://pictogrammers.com
75 stars 17 forks source link

Improve the dev experience #62

Closed mririgoyen closed 1 year ago

mririgoyen commented 1 year ago

Proposed Changes

This adds an nginx proxy container in front of the dev client and APIs, allowing us to use https://dev.pictogrammers.com and https://dev-api.pictogrammers.com to access them.

This does require the use a mkcert to generate dev SSL certificates. An easy path for Mac users is included. We'll want to add other scripts for Linux and Windows in the future.

Types of Changes

What types of changes does your code introduce?

Checklist

Additional Information