This repository contains the desktop application for PAW (Puppy's Avatar World), a VRChat avatar database and search platform.
The application is built using Electron and Next.js. It provides a native desktop experience for searching, browsing, and discovering VRChat avatars. A key feature of the application is the ability to "force clone" avatars you have encountered directly from within the app.
- Node.js (v18 or later)
- npm or yarn
- Clone the PAW repository.
- Install dependencies:
npm installoryarn install
- Start the development server:
npm run devoryarn dev
- Run the build command:
npm run buildoryarn build