Client application for Hactar.
This repository contains React web application for Hactar, a Filecoin mining analyzer.
To run the app in the development mode you can use:
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
For UI development, Storybook can be used:
To launches the test runner in the interactive watch mode:
See the section about running tests for more information.
To build the app for production to the build
folder:
See the section about deployment for more information.
This project is dual-licensed under Apache 2.0 and MIT terms:
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)