Skip to content

projectescape/twilio-hack

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Git Talking

Git talking is an application that helps you manage your github projects by providing a platform to interact with other contributors by having features like Chat for discussion, Code Snippet Share for fast exchange of code and logic and CheckList to manage completed and pending tasks. Subchannels for individual files of the repository can also be made to get new instances of Chat, Snippet Share and CheckList that can be used to have those file specific exchanges.

Dev post for the project

Note

  1. This App uses Twilio services to function, so twilio specific keys are needed.
  2. This App is setup using node.js v14 . If you are using an older version of node ( < 14 ), see legacy setup towards the end.

Local Setup

  1. Rename dev.example.js(./config/keys/dev.example.js) to dev.js (./config/keys/dev.js) and fill values for the keys with values xxx.
  2. Open a terminal in the root directory of the project and install project dependencies by
    npm install
    cd client
    npm install
    cd ..
  3. Run the project by
    npm run dev

Legacy Setup

To run the project using node.js < 14.0

  1. Delete package.json in the root folder and rename package.legacy.json to package.json
  2. Follow the same Local Setup steps above and you should get a working app.

About

Manage your github projects by having a platform to interact with other contributors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published