The aim of this project is to provide a clean and modern interface to browse files located on a pCloud account.
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.
Start the development server on http://localhost:3000
pnpm run dev
Build the application for production:
pnpm run build
Locally preview production build:
pnpm run preview