GithubHelp home page GithubHelp logo

concord's Introduction

Concord

This project was made with Electron, React and Typescript. Our purpose is to change the UI to a more pleasant and functional one. Also we want to turn all beta features public for users (optional feature).


Downloading

git clone https://github.com/Vordlex/Concord
cd Concord
npm install

Setup

Create a file named .env in concord folder

.env content

REACT_APP_DISCORD_TOKEN="YOUR DISCORD TOKEN HERE"

How can I get my discord token ?

  1. On browser or discord-ptb, press ctrl + shift + i
  2. Go to the network tab

A big part of the requests has a header named Authorization, this is your discord token

after this, you can execute the scripts

Scripts ( yarn / npm )

yarn electron dev

npm run electron:dev

Runs the Electron app in the development mode.

The Electron app will reload if you make edits in the electron directory.

yarn electron:build

npm run electron:build

Builds the Electron app package for production to the dist folder.


tags for better understanding of commit and code

Feat: Used when any addition to the code is made.

Fix: Used when there are errors in the code that are causing bugs.

Refactor: Used in code refactoring but does not change its functionality.

Style: Used when you make a change to the style and formatting of the code.

Chore: Used in updating for changes to tools, settings, and libraries. Updates that do not cause a change in production code.

Doc: Used when some documentation is added or updated in the project.

Test: Used when any change is made to the project tests.

Many thanks to the following articles!

And the sample used to make this project

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.