Skip to content

A **Quake® style** slide down console and open source development environment for peer to peer mob programming. Let Torchie help you create or join teams to help everyone build, troubleshoot, and share projects.

License

Notifications You must be signed in to change notification settings

dreamscale-io/torchie-shell

Repository files navigation

     .:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.    
     :    __________ __________ __________ _________ _____ _____ _________ __________    :    
     :   |          |          |    __   \\         |     |     |_       _|        __|   :    
     :   |_        _|    __    |         <|       __|           |_|     |_|        __|   :    
     :    _|______|_|__________|_____|____|_________|_____|_____|_________|__________|   :    
     :   |      ______|     |     |         __|          |________|          |_______    :    
     :   |______      |           |         __|                   |                  |   :    
     :   |____________|_____|_____|___________|___________________|__ZoeDreams_800XL |   :    
     :                                           D R E A M S C A L E © 2 0 2 0           :    
     :                                                                                   :    
     :.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:    

Torchie Desktop Application

Torchie Shell is a desktop application is a suite of open source tools for Idea Flow. It works in tandem with a peer to peer socket server called Talk, and an artifical intelligent supply chain engine that is a called GridTime. Together these tools empower teams of developers to collborate together through a democratic sofware development workflow. Toegether though shared space storyboarding, virtual white-boards, and mob based troubleshooting wtf's; we got you!

Install from Source

The following will describe how to install 'torchie' from source code, and run using @DreamScale production api for GridTime "https://torchie.dreamscale.io" and for Talk "https://talk.dreamscale.io". Please contact us to help you set up your own server and database.

Requirements:

  • Node v11.15.x
  • Xcode-CLI (xcode-select --install) (Mac Only)
  • Yarn v1.2.x
  • Git w/ CLI
  1. Install git version control system from here:

https://git-scm.com/downloads

  1. Install the latest version of NodeJS following these instructions:

https://nodejs.org/en/

  1. Install yarn package system using the following these instructions:

https://yarnpkg.com/lang/en/docs/install/#mac-stable

  1. Open up a terminal window and navigate into a secure place where you store source code. The run the git command:

git clone https://github.com/dreamscale-io/torchie-shell.git

  1. Using yarn, install the projects module dependencies with the following command in the terminal:

yarn install

  1. Done! Run the following command in your terminal to start the application:

yarn dev or yarn .

DRYCLEANING: Try running yarn .. to quickly clean and build: new documentation (for your IDEA), lint, compile, build and run in dev mode.

OPTIONAL: To run the project using the local development mock api, use:

yarn dev:local

Note: hit ctrl+c to terminate the project.

Running Integration and Unit Tests

  1. Run the following command in the terminal to execute the entire sweet of tests:

yarn test

  1. Run the following command in the terminal to execute a specific test (talk service for example:

yarn test:talk

NOTE: These test files are found in './test/.' Certain configuration is required if you wish to create a new category of tests to be added. These files can also be executed without executing via our test framework.

Updating Your Source Code From Repo

  1. Run the following command in the terminal after making some file changes:

yarn update

Install React Development Tools

  1. Run the application using

yarn dev or yarn .

  1. Wait for the app to load, and open the chrome dev window for the console window

  2. copy paste the follow javascript code into your console window, and press enter to execute

    const {default: installExtension, REACT_DEVELOPER_TOOLS} = require("electron-devtools-installer"); installExtension(REACT_DEVELOPER_TOOLS) .then((name) => { console.log("Added Extension: " + name); }) .catch((err) => { console.log("An error occurred: " + err); });

  3. Done. Yay. Have cake.

Code Documentation

Thank you first for commenting your code. This project uses the module jsdoc to generate a static html API website that outlines all of our modules, classes, and functions. You can find documentation help and examples at the following links:

To generate the static html documentation, run the following command: yarn docs

  • please note that you may need to prefix sudo or su

Documentation files will be exported to ~/torchie-desktop/docs.

Package & Release Torchie

  1. Run the following command in the terminal:

yarn release

Pushing Source Code To Repository

  1. Run the following command in the terminal after making some file changes:

yarn stage

  1. Commit your changes with this command:

git commit -m '<imperative_voice_description>'

  1. Then push your changes with:

git push

Publish Torchie Release

  1. Save a copy of electron-builder.env.sample -> electron-builder.env in the root directory of the project.

  2. Insert your GitHub Personal Access Token in electron-builder.env. You can generate a token here:

https://github.com/settings/tokens

GitHub personal access token is required. You can generate by going to https://github.com/settings/tokens/new. The access token should have the repo scope/permission. Define GH_TOKEN environment variable.

  1. Run the following command in the terminal:

yarn release


contact: arty@dreamscale.io // zoe@dreamscale.io

About

A **Quake® style** slide down console and open source development environment for peer to peer mob programming. Let Torchie help you create or join teams to help everyone build, troubleshoot, and share projects.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •