Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

strukturart/bHacker-store-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5923ecb Â· Oct 4, 2020
Sep 8, 2020
Oct 4, 2020
Mar 31, 2020
Sep 11, 2020
Sep 8, 2020
Sep 8, 2020
Sep 8, 2020
Sep 9, 2020
Sep 11, 2020
Oct 4, 2020
Sep 8, 2020
Sep 10, 2020

Repository files navigation

logo

bHacker-store

An alternative app store by free developers for free devices. The database of apps is hosted here, further can be added by a pull request.

Features

  • Install apps from the coders source

image-1 image-2 image-3 image-4

How to sideload the app on your device

Omni SD

Download bHackerStore App. Copy this zip file to the apps directory of the memory card. Open "OmniSD" and install this zip.

Web IDE

Download bHackerStore App. Extract this zip to a folder. Click "Open Packaged App" and select the folder from the previous step. Click "Install and Run" button.

Thank you

to do

offline version

Donation

Buy Me A Coffee

Contributing

Setup

first install the dependencies

npm install

Packaging

This only works on linux(and maybe osx) at the moment

npm run package

The resulting package can be found in the build folder.

Formatting

This project uses code formatting. Make sure to run the formatter before commiting, otherwise the CI will be sad 😢.

# check it
npm run formatting:test
# run the formatter
npm run formatting:fix