Skip to content

Web Server Install

The FAIRSCAPE Web Server provides a React-based interface for viewing metadata and managing RO-Crates uploaded to FAIRSCAPE. Note: You will need to set up environment variables pointing to a live FAIRSCAPE Server instance to log in and view metadata.

Installation

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