FAIRSCAPE Web Server

The FAIRSCAPE Web Server provides a React-based interface for viewing metadata and managing RO-Crates uploaded to FAIRSCAPE. Note: You will need to setup environmental variables pointing to a live FAIRSCAPE Server instance to login and view metadata.

Installation

  1. Install npm: Instructions found here.
  2. Clone the repository:
    git clone https://github.com/fairscape/FairscapeFrontEnd
    
  3. Install dependencies:
    cd FairscapeFrontEnd
    npm install
    
  4. Start the development server:
    npm run dev