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 installCopy .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 devBuild the application for production:
pnpm run buildLocally preview production build:
pnpm run preview