Giter Site home page Giter Site logo

balakrishna-deriv / webtrader Goto Github PK

View Code? Open in Web Editor NEW

This project forked from binary-com/webtrader

0.0 0.0 0.0 61.63 MB

Full-screen web trading app

Home Page: https://webtrader.binary.com

JavaScript 74.89% Python 0.94% CSS 2.38% HTML 14.97% Dockerfile 0.02% SCSS 6.79%

webtrader's Introduction

Webtrader

Webtrader.binary.com - The goal of this project is to create a full-screen trading interface for Binary.com according to the following design:

Webtrader

Build Status node npm

In this document:

Pre-installation

Before running or contribute to this project, you need to have the setup of the following packages in your environment:

  • node >=12.3.0
  • npm
  • git

Quick start

  1. Fork the project

    In order to work on your own version, please fork the project to your own repo.

  2. Clone using SSH

    git clone [email protected]:your-github-username/webtrader.git
  3. Verify Remote

    git remote -v
  4. Add remote using webtraders ssh key

    git remote add [email protected]:binary-com/webtrader.git
  5. Enter project directory

    cd webtrader
  6. Install the dependencies:

    npm install
    npm run build
  7. Start Running the Application:

    npm start
  8. Open the source code and start editing!

    Your site is now running at http://localhost:9001!

Note*: Since backend needs an https web address for oauth app register if you intend to debug oauth login on localhost, you need to modify your /etc/hosts file. For example the https://webtrader.local/ token in src/oauth/app_id.josn is registered to https://webtrader.local/ address, you need to do the following in order to use it locally.

Add this line to your /etc/hosts file.

    127.0.0.1 webtrader.local

Use this command to run your local server on https.

    $ sudo node_modules/.bin/grunt connect:https

Use this command to watch the files.

    $ node_modules/.bin/grunt && node_modules/.bin/grunt watch:https

Go to https://webtrader.local:35729 and accept the self signed ssl certificate for grunt livereload.

Now you can debug your app on https://webtrader.local/ locally.

To bump release version, run

    $ npm major-rel
    or
    $ npm minor-rel
    or
    $ npm patch-rel

Every check-in or merge into master will trigger travis-ci build and do a release to production.

Every check-in or merge of PR into development will trigger travis-ci build and do a beta release

How to contribute

In order to contribute, please fork and submit pull request by following all the following mentioned coding rules:

  1. Create branch from latest master branch

    ```sh
    git checkout master
    git pull upstream master
    git checkout -b {your_branch_name}
    ```
    
  2. After finish editing, Add, Commit and Push your changes to github

     ```sh
     $ git add .
     $ git commit -m {your ideal message}
     $ git push --set-upstream origin {your-branch-name}
     ```
    
  3. Go to your github and create a pull request

  4. Go to pull request page and copy the url link that will be your PR link.

  5. Do Test link deployment

Manage translations

Translation related files are in /translations folder.

To extract text for translation:

    ```sh
    $ npm run build
    $ cd ./translations
    $ python extract.py
    $ extract.py # extracts string literals from `dist/uncompressed` (from *.html and *.js)
    $ extract.py # for merging `.po` files uses `msgmerge` command line tool.
    ```

Note*: The tool should be available on linux, if you are on Osx try brew install gettext && brew link gettext --force.

Note*: To submit text to translators: push to translation branch, weblate hook will be triggered.

Note*: To see CrowdIn In-Context translations pass querystring ?lang=ach (obs not for production env)

Test link deployment

While submitting your PR, make sure that you deploy your code to your forked gh-pages by running following command, so that the reviewer can have a look at the deployed code at this url {your-username}.github.io/webtrader/{your-branch-name}:

    ```sh
    $ grunt deploy-branch
    ```

After Completing the steps above, you will get a Done. in your terminal. Go to your browser and key in {your-username}.github.io/webtrader/{your-branch-name}. You should see the Testing page for Webtrader.

webtrader's People

Contributors

4p00rv avatar alinademidova avatar aminroosta avatar ankitbinary avatar arnabk avatar ashkanx avatar cakasuma avatar cameliaf avatar dependabot[bot] avatar freddyhew avatar hirad-deriv avatar hphamv7 avatar inexuscore avatar jy-deriv avatar khalid-deriv avatar mahboobeh-binary avatar mahdiyeh-deriv avatar matin-deriv avatar mustofa-binary avatar nazaninreihani avatar negar-binary avatar oskar-binary avatar oskarahl avatar putrikumala avatar sara-fs avatar shudarshon-deriv avatar suisin-deriv avatar thibault-deriv avatar weblate avatar zaki-hanafiah 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.