Skip to content

DeployIt is an optimized platform for deploying React projects effortlessly. It provides features like easy deployment, private project options, custom URLs, and seamless collaboration. With built-in support for environment variables, global CDN, instant deployments, and robust security, DeployIt ensures your projects are always accessible and secu

Notifications You must be signed in to change notification settings

Pulkitxm/DeployIt

Repository files navigation

DeployIt

Made with TypeScript

DeployIt is a project bootstrapped with Next.js and powered by React. Visit DeployIt to get started.

Getting Started

Prerequisites

  • Node.js
  • npm or yarn
  • pnpm (preffered)

Installation

Clone the repository:

git clone https://github.com/Pulkitxm/DeployIt.git
cd DeployIt

Install dependencies:

pnpm install
# or 
npm install
# or
yarn install

Running the Development Server

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

Project Structure

The project is structured as follows:

├── app(nextjs app)
├── docker-builder(docker image for building project)
├── docker-orch(docker image for deploying project)
├── not-found(react app for 404 page)
├── proxy-server(express server for proxying requests)
├── docker-compose.yml
├── dev.docker-compose.yml

About

DeployIt is an optimized platform for deploying React projects effortlessly. It provides features like easy deployment, private project options, custom URLs, and seamless collaboration. With built-in support for environment variables, global CDN, instant deployments, and robust security, DeployIt ensures your projects are always accessible and secu

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published