Quick Start Run as Docker container Build Docker container docker build -t repgen-frontend . Run Docker container Run the docker container docker run -p 3000:3000 repgen-frontend The non-Docker Approach Install project dependencies npm Install or yarn Start the development server npm run start or yarn start