Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 535 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 535 Bytes

MIAPPE-API frontend

This repository contains the frontend code for APPN's data packaging service, that allows the user to enter plant phenotyping experminent metadata that conforms to the MIAPPE data standard.

The repository is written using React + React-Router + Radix-ui.

To run the frontend in developer mode

Please note that you may need to run the backend code.

npm run dev

To run the tests

npm run test 

To view stories via storybook

npm run storybook