Skip to content

aminnagpure/devRantron

 
 

Repository files navigation

devRantron Banner appveyor-badge travis-badge code-climate-badge code-coverage-badge commitizen-badge github-total-downloads-badge All Contributors slack-badge

Unofficial devRant desktop client.

Works on Linux, MacOS and Windows.


Table of Contents

Features

Login with devRant Account

Imgur

View Rants and Make Comments

Imgur

Post Rants and Pick Emojis!

Imgur

Get Real Time notifications

Imgur

Make Your Custom View!

Imgur

View Profiles

Imgur

This is our approach to create a cross platform desktop application for devRant.com.

Installation

Pre-compiled builds can be found on the latest release page. Additionally on macOS, brew can be used to install devRantron:

$ brew cask install devrantron

Contribute

How to setup the project

$ git clone https://github.com/tahnik/devRantron.git
$ cd devRantron
$ npm install
$ npm run dev

The dev script entry will start two processes. One process will create a webpack-dev-server that will watch and reload the bundle as you edit and will make it available at http://localhost:8080. The second process will run the electron app in development mode, meaning that it will open up devtools with React and Redux devtools initialized.

Commiting code

Make sure that your code is passing all linting tests before commiting it. This is usually done automatically by using husky precommit hooks.

devRantron uses angular styled commit messages. Messages that do not match the criteria are rejected. To make it easy to use them, use git cz instead of git commit. It will start an interactive prompt and asks you for various things.

Before pushing

Make sure that you add yourself as a contributor. Simply run npm run contributors:add <comma_separated_list_of_emoji_keys. All the different emoji keys can be found here.

Contributors


Tahnik Mustasin

💻 📖 📦 🔧

Hampus Lundqvist

💻 🎨 📖 📦 🔧

SirWindfield

💻 📖 🚇 📦 🔧

David Refoua

💻

cozyplanes

📖

Saurabh

💻

Dacexi

💻 📖

Markus Springer

📖

Marcell Kovács

💻

Nathaniel Blackburn

💻

Metaa

💻

About

A cross platform desktop application for devRant

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 81.8%
  • CSS 14.4%
  • HTML 3.8%