This is the frontend application for the PDFeditor-api
.
This project is currently hosted on a personal server. Please use it responsibly and adhere to security guidelines.
Follow the steps below to set up and run the development server:
-
Install dependencies:
npm install # or yarn install # or pnpm install # or bun install
-
Start the development server:
npm run dev # or yarn dev # or pnpm dev # or bun dev
-
Open http://localhost:3000 in your browser to view the application.
This project is licensed under the MIT License. See the LICENSE file for more details.