Wovie is a web app for watching movies easily.
The web works by displaying video files from third-party providers inside an intuitive user interface.
To run locally, you must first clone the repository. After that run the following commands in the root of the repository:
pnpm install
pnpm run dev
You have to also make an .env
file to configure your environment. See .env.example
.
To build production files, run:
pnpm build