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
- Install npm: Instructions found here.
- Clone the repository:
Terminal window git clone https://github.com/fairscape/FairscapeFrontEnd - Install dependencies:
Terminal window cd FairscapeFrontEndnpm install - Start the development server:
Terminal window npm run dev