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.
- Install apps from the coders source
Download bHackerStore App. Copy this zip file to the apps directory of the memory card. Open "OmniSD" and install this zip.
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.
- SimonLaux and the discord community
offline version
first install the dependencies
npm install
This only works on linux(and maybe osx) at the moment
npm run package
The resulting package can be found in the build folder.
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