unfinished discord client
tons of bugs and basically no features
come back later
(instructions are for windows and im not gonna write more. cry about it.
To build and run Beancord, you need to have Git, Node.js and npm (Node.js package manager) installed on your machine.
-
Clone the repository to your local machine using Git:
git clone https://github.com/bean-frog/beancord.git
-
Navigate to the cloned repository directory:
cd beancord
-
Install the dependencies using npm:
npm install
To build Beancord, you can use the following command:
npm run build
This will create a distributable version of the app in the dist
directory, which includes the executables for various platforms (e.g., Windows, macOS, Linux) along with the necessary resources.
To run beancord in development mode, you can use the following npm script:
npm run start
This will start Beancord and open a window with your app running inside. You can make changes to the source code and see the changes reflected in the app without rebuilding it.
if theres a bunch of errors just try running npm audit fix --force
which might break shit but usually it doesnt and everything works