discuitnet / discuit

A free and open-source community discussion platform.
https://discuit.net
GNU Affero General Public License v3.0
425 stars 51 forks source link

Support proxying to discuit.net for easier frontend development #97

Closed ericalas93 closed 5 months ago

ericalas93 commented 5 months ago

Creates a new npm script that allows developers to proxy webpack's dev server to https://discuit.net This allows for easier FE development since FE devs simply need to kick off this start command and not worry about configuring a local backend

using cross-env to ensure it works regardless of OS

previnder commented 5 months ago

And it's great to see UI changes on the production site while developing.