Contains frontend React components used by FHI
Run npm start
to start storybook, this will let you view the components during development
Run npm run build
to build the project. The build artifacts will be stored in the dist/
directory.
Run npm test
to execute the unit tests via Jest.