Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fortheusers/hbas-frontend
- Owner: fortheusers
- License: gpl-3.0
- Created: 2023-01-04T16:12:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-03T15:07:33.000Z (about 2 months ago)
- Last Synced: 2024-11-03T16:18:34.466Z (about 2 months ago)
- Language: JavaScript
- Size: 1.7 MB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.