piyushgarg-dev / vercel-clone

Vercel Clone From Scratch 🚀
https://youtu.be/0A_JpLYG7hM
169 stars 69 forks source link

New Features #1

Open adith-suhas-sv opened 8 months ago

adith-suhas-sv commented 8 months ago

Add custom CMDs To install To run To build

Front-end or back-end code

thesatyam05 commented 8 months ago

Hi there,

I wanted to mention that the current setup of this repository is tailored specifically for React.js projects, serving static HTML and JavaScript files through a reverse proxy from S3.

support for custom command features does not exist as current setup only supports React.js / Vite projects and unfortunately, it doesn't include Next.js or other backend frameworks.

piyushgarg-dev commented 8 months ago

That is quite easy to implement, You can get the custom command from the user via the POST route and pass that to the container along with GITHUB_URL. and then just run the command that is provided by the user.

Happy to accept contributions from your end.

Cheers! 🎉