vercel-clone icon indicating copy to clipboard operation
vercel-clone copied to clipboard

Vercel Clone From Scratch 🚀

Results 12 vercel-clone issues
Sort by recently updated
recently updated
newest added

> This pull request enhances the existing build script to improve its functionality, error handling, and logging capabilities. Below is a summary of the changes made ### Fixed: #9 (Not...

### output ![image](https://github.com/piyushgarg-dev/vercel-clone/assets/74916308/bc713d79-faf5-4c40-8637-b6adadfa9cda) ### Code ```js const express = require("express"); const httpProxy = require("http-proxy"); const app = express(); const PORT = 8000; const BASE_PATH = "https://faucet-client-deployments.s3.amazonaws.com/__outputs"; const proxy = httpProxy.createProxy();...

I'm trying to come up with ways to support server functions, and my thought is to use a tool like this [aws-lambda-web-adapter](https://github.com/awslabs/aws-lambda-web-adapter), or maybe even SST. My idea is to...

This project is completely for Vite Project. But as we all know that while building React projects, instead of `dist` folder we get `build` folder. This issue has to be...

- Implemented validation to ensure gitURL is a valid GitHub URL - Added validation to enforce proper format for the slug field, disallowing spaces - Return appropriate error responses for...

- **Frontent Project Setup** Created frontend folder and implemented basic UI based on current functionality - **Components:** Added new components in the frontend/src/components/ directory, including Button.jsx, ErrorBoundary.jsx, Header.jsx, Input.jsx, and...

**Problem** : Containers are still running even after the build process completed **Solution** : Need to add ```publisher.disconnect();``` on line 70 in ```/build-server/script.js``` This will ensure the docker shutdown after...

I've been exploring the project and its deployment setup. After reviewing the infrastructure and considering the potential for scalability and modularity, I believe there's an opportunity to enhance the deployment...

enhancement

Add custom CMDs To install To run To build Front-end or back-end code