Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 570 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 570 Bytes

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