Hi, I am trying to set up my custom front end using replit, I ran the commands seen on the repo, but I do not know how to specify the link to use for the local front end for the ?use_local_frontend.
I donβt usually do this kind of stuff, so forgive me if this is a stupid question.
in step 3, you run npm run develop on your computer. This automatically builds the local front end with any changes you make and makes it available on your local computer. When you then in step 4 use the ?use_local_frontend - it will use the front end youβre building using step 3.
So in short, this the use_local_fontend will automatically use the front-end you have on your local computer. You cannot use it to point to front end somebody else has, you need to build it locally.
Due to security reasons only localhost urls are supported.
You can use the modified open source version by serving the files locally and then appending the use_local_frontend flag. There are no plans to add support for serving the files from other providers.