Skip to content

opf-labs/jhove-next

Repository files navigation

JHOVE Next.js Wrapper

This project is a Next.js application that serves as a wrapper for the JHOVE API. It provides a modern web interface to interact with the JHOVE API for digital preservation and file format validation.

Features

  • Built with Next.js, a React framework for server-side rendering and static site generation.
  • Wraps the JHOVE API to provide a user-friendly interface for interacting with its functionality.
  • Easy to build and deploy using Node.js and npm.

Prerequisites

Before you begin, ensure you have the following installed on your system:

  • Node.js (version 14 or higher recommended)
  • npm (comes with Node.js)

Getting Started

Follow these steps to set up and run the project locally:

  1. Clone the repository:

    git clone https://github.com/darrendignam/jhove-next.git
    cd jhove-next
  2. Install dependencies:

    npm install
  3. Run the development server:

    npm run dev

    The application will be available at http://localhost:3000.

  4. Build the application for production:

    npm run build
  5. Start the production server:

    npm start

Acknowledgments

  • JHOVE for providing the API used in this project.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published