DeployIt is a project bootstrapped with Next.js and powered by React. Visit DeployIt to get started.
- Node.js
- npm or yarn
- pnpm (preffered)
Clone the repository:
git clone https://github.com/Pulkitxm/DeployIt.git cd DeployItpnpm install # or npm install # or yarn installnpm run dev # or yarn dev # or pnpm devOpen 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.
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