8000 GitHub - jam620/prueba: Vibe Coding
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jam620/prueba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next.js 12.2 Vulnerability PoC

This is a proof of concept application running Next.js 12.2 in a Docker container.

Building the Docker Image

To build the Docker image, run:

docker build -t nextjs-vulnerability-poc .

Running the Container

To run the container, use:

docker run -p 3000:3000 nextjs-vulnerability-poc

The application will be available at http://localhost:3000

Development

To run the application locally without Docker:

  1. Install dependencies:
npm install
  1. Run the development server:
npm run dev

The application will be available at http://localhost:3000

About

Vibe Coding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0