Skip to content

deployment-helper/webapps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scenes Management Application

This is a scenes management application for the video creation process. It is a web application that allows users to create, edit, and manage scenes for a video. This application is built using Next.js and React.

Dev

This is Next.js based application and local development can be setup as per the framework documentation.

CSS and Components

Development

Production Deployment batchserver

To deploy the application to the batchserver, run the following command:

npm run build:bs

PORT=<port>npm run start:bs:prod

Production Deployment image generation server

To deploy the application to the batchserver, run the following command:

npm run build:img

PORT=<port>npm run start:img:prod