Skip to content

daxrpm/PDFeditor-web

Repository files navigation

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.

About

A simple web to use PDFeditor-api

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published