Skip to content

royoky/pCloudBrowser

Repository files navigation

pCloud Browser

The aim of this project is to provide a clean and modern interface to browse files located on a pCloud account.

Setup

Make sure to install the dependencies:

# pnpm
pnpm install

Copy .example.env.local and rename it .env.local. Edit it to add your app client_id & client_secret.

Development Server

Start the development server on http://localhost:3000

pnpm run dev

Production

Build the application for production:

pnpm run build

Locally preview production build:

pnpm run preview