Manual installation
Requirements
For a manual installation, the following requirements must be met:
Installation
Clone the repository
git clone https://github.com/viewtube/viewtube.git
Set environment variables
Edit the file server/.env
to set any necessary environment variables.
Install dependencies
cd viewtube
pnpm install
Build the project
pnpm run build
Run the project
pnpm run start
Visit http://localhost:8066 to see the running instance.