https://github.com/nodefactoryio/hactar-frontend
React web application for Hactar - Filecoin miner analyzer.
https://github.com/nodefactoryio/hactar-frontend
Last synced: over 1 year ago
JSON representation
React web application for Hactar - Filecoin miner analyzer.
- Host: GitHub
- URL: https://github.com/nodefactoryio/hactar-frontend
- Owner: NodeFactoryIo
- License: mit
- Created: 2020-01-14T17:40:23.000Z (over 6 years ago)
- Default Branch: development
- Last Pushed: 2023-01-05T05:13:24.000Z (over 3 years ago)
- Last Synced: 2023-03-06T13:17:13.761Z (over 3 years ago)
- Language: TypeScript
- Size: 22.4 MB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Hactar frontend
> Client application for Hactar.
This repository contains React web application for Hactar, a Filecoin mining analyzer.
## Development
To run the app in the development mode you can use:
### `yarn start`
Open [http://localhost:3000](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](https://storybook.js.org/) can be used:
### `yarn storybook`
To launches the test runner in the interactive watch mode:
### `yarn test`
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
To build the app for production to the `build` folder:
### `yarn build`
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
## License
This project is dual-licensed under Apache 2.0 and MIT terms:
- Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)

