Code Monkey home page Code Monkey logo

channels's Introduction

Channels Build Status

The Mac App for YouTube Channels.

Channels

About

Channels, began as a 3 week, final project at a coding bootcamp. Since then, in an effort to gain a better understanding of React and Redux, I've completely rewritten the 3 week app. The rewrite includes some great new tooling and libraries such as: Flow, ESLint, and Jest.

Download

You can download Channels for free from the GitHub repository releases page.

Contribute

Prerequisites

Development

  1. Fork this repository to your own GitHub account and then clone it to your local device
  2. Install the dependencies: yarn
  3. Start the app in the dev environment: yarn run dev

Additional Commands

  • Start the app in the prod environment: yarn run start
  • Verify your code works in the packaged app: yarn run package

๐Ÿ’ก You can debug your production build with devtools by simply setting the DEBUG_PROD env variable:

DEBUG_PROD=true yarn run start
DEBUG_PROD=true yarn run package
  • Flow type checking: yarn run flow
  • ESLint: yarn run lint
  • stylelint: yarn run lint-styles
  • To run Unit Tests: yarn run test
  • To run End-to-End Test: yarn run test-e2e

Known issues that can happen during development

Error with codesign when running yarn run package

If you have issues in the codesign step when running yarn run package, you can temporarily disable code signing locally by setting export CSC_IDENTITY_AUTO_DISCOVERY=false for the current terminal session.

Acknowledgments

  • ElectronReact a boilerplate for scalable cross-platform desktop apps

channels's People

Contributors

buckymaler avatar e-david avatar

Watchers

 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.