Git Product home page Git Product logo

bluebubbles-desktop-app's Introduction

Windows and Linux Client for the BlueBubbles Server.
Android Client can be found here.

Install

From our prebuilt binaries

Download the latest release from our releases.

From Arch User Repository (AUR)

1.) Install using yay or your choice of AUR helper:

yay -S bluebubbles

From Source

1.) Clone the repository with Git:

git clone https://github.com/BlueBubblesApp/BlueBubbles-Desktop-App.git

2.) Install the dependencies:

cd BlueBubbles-Desktop-App
npm install
Optional: In-App GIF keyboard (pre-completed using our API key in our releases)

1.) Create a developer account on GIPHY.

2.) Create a new SDK app and copy the API key

3.) Using a text editor open the package.json file

4.) Under the scripts section edit the build-renderer line to: cross-env GIPHY_API_KEY=<Copy GIPHY API Key Here> NODE_ENV=production webpack --config webpack.renderer.prod.config.js

5.) Continue to the compile binary step below

3.) Compile the binary

npm run dist

4.) Your compiled binaries will be located in the release folder

cd release

Development environment

1.) Clone the repository with Git:

git clone https://github.com/BlueBubblesApp/BlueBubbles-Desktop-App.git

2.) Install the dependencies:

cd BlueBubbles-Desktop-App
npm install
Optional: In-App GIF keyboard (Dev only, will not work in build unless you follow the build instructions as well)

1.) Create a developer account on GIPHY.

2.) Create a new SDK app and copy the API key

3.) In the base project directory create a new file called .env

4.) Add this line to your .env file GIPHY_API_KEY=<Copy GIPHY API Key Here>

5.) Continue

3.) Run the project in dev mode

npm run start-dev

bluebubbles-desktop-app's People

Contributors

maxwellfortney avatar zach-threatq avatar zlshames avatar dependabot[bot] avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.