Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andremiras/hondash-frontend
An alternative frontend for the hondash.com dashboard
https://github.com/andremiras/hondash-frontend
Last synced: about 2 months ago
JSON representation
An alternative frontend for the hondash.com dashboard
- Host: GitHub
- URL: https://github.com/andremiras/hondash-frontend
- Owner: AndreMiras
- License: mit
- Created: 2022-08-20T16:17:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-18T09:08:41.000Z (over 1 year ago)
- Last Synced: 2024-10-27T07:31:50.295Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://andremiras.github.io/hondash-frontend
- Size: 10.9 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React HonDash
[![Tests](https://github.com/AndreMiras/hondash-frontend/actions/workflows/tests.yml/badge.svg)](https://github.com/AndreMiras/hondash-frontend/actions/workflows/tests.yml)
[![Deploy](https://github.com/AndreMiras/hondash-frontend/workflows/Deploy/badge.svg)](https://github.com/AndreMiras/hondash-frontend/actions?query=workflow%3ADeploy)An [alternative frontend](https://andremiras.github.io/hondash-frontend/) for
[HonDash](https://github.com/pablobuenaposada/HonDash) built with React.## Run
```sh
yarn start
```## Other scripts
```sh
yarn tsc
yarn lint
yarn format
```