Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 852 Bytes

File metadata and controls

40 lines (29 loc) · 852 Bytes

PDFeditor-web

This is the frontend application for the PDFeditor-api.

Hosting

This project is currently hosted on a personal server. Please use it responsibly and adhere to security guidelines.

Getting Started

Follow the steps below to set up and run the development server:

  1. Install dependencies:

    npm install
    # or
    yarn install
    # or
    pnpm install
    # or
    bun install
  2. Start the development server:

    npm run dev
    # or
    yarn dev
    # or
    pnpm dev
    # or
    bun dev
  3. Open http://localhost:3000 in your browser to view the application.

License

This project is licensed under the MIT License. See the LICENSE file for more details.