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