Skip to content

boeto/movie-pilot-control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Pilot Control

This is a front-end web for MoviePilot, developed using Next.js and Flowbite React.

To run and view the project locally using Docker

# docker-compose:
docker-compose -f docker-compose.local.yml up -d --build

# or docker:
docker build -t movie-pilot-control:local . &&
    docker run -d --name movie-pilot-control-local \
        -p 3002:3002 \
        -e NEXT_PUBLIC_BACKEND_URL=http://localhost:3001 \
        movie-pilot-control:local

Steps to start development

1 Use Corepack to install pnpm. For more methods, please refer to pnpm

corepack enable
corepack prepare pnpm@latest --activate

2 Initialize the dependencies

pnpm run ci

3 To run in development mode

pnpm run dev

4 To open your project in a browser for viewing:http://localhost:3002


Learn More

Take a look at the following resources:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published