Simple, customizable client with built in flash player to play Café Reborn

Feel free to translate the app into your language!
- Create an GitHub account.
- Fork the repository.
- Translate the locale files under: (
locales/en-US/) into your language. Your translation folder should follow this format:locales/xx-XX/(e.g.,en-USfor English (United States),de-DEfor German) - Push it to your forked repo.
- Create a pull request. Translation Guide
- Download the latest version
- Open the installer, then follow the steps.
- If you downloaded the portable: unzip it, then enter the directory.
Once you have installed the application, launch the OldRebornApp executable.
Make sure you have Node installed (you can install Yarn too).
Clone this repository
git clone https://github.com/GGR-Devs/GGReborn-App
Navigate into the project directory, then:
Install node dependencies using the command npm install or yarn install (if you installed yarn).
To run the app, use the following command:
npm run start
or (if you installed yarn)
yarn start
You need to build the app, then install it to get the new updates installed.
Make sure you have python >= 3.6.0 installed
To build the app, use the following command:
npm run dist
or (if you installed yarn)
yarn dist
then install the package from the dist folder.
Warning: On uninstall, all app data will be removed, including saved accounts from the password manager.
On Windows:
- Open the Control Panel.
- Go to Programs > Programs and Features.
- Find the GGRebornApp in the list of installed programs.
- Right-click on the application and select Uninstall.
- Follow the steps to complete the uninstallation process.
Contributions are always welcome!
See contributing.md for ways to get started.