Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fortheusers/hbas-frontend

Web frontend to the Homebrew App Store
https://github.com/fortheusers/hbas-frontend

Last synced: about 1 month ago
JSON representation

Web frontend to the Homebrew App Store

Awesome Lists containing this project

README

        

The React frontend to the Homebrew App Store. This is a rough equivalent to the console's [hb-appstore](https://github.com/fortheusers/hb-appstore), but on the web.

It can be viewed online at [apps.fortheusers.org](https://hb-app.store)

## Localization
We are in the process of adding translations for the website. If you are able to help, we would greatly appreciate a [PR](https://github.com/fortheusers/hbas-frontend/pulls) for other languages!

Localization files go in `src/locales`, and see the [en.json](https://github.com/fortheusers/hbas-frontend/blob/main/src/locales/en.json) for the format and a list of keys. Thank you!

## Running
The list of active repos are defined in `src/LibGet.js`.

```
yarn install
yarn start
```

## License
This software is licensed under the GPLv3.