Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```