Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

binary-com/deriv-static-content

Repository files navigation

Repository Relocation Notice

This repository has been relocated to the deriv-com organization. Please access it at the following URL: deriv-static-content

Thank you!


static.deriv.com

A repository for digital marketing codes, email templates, images, company PDFs...

In this document:

Quick start

  1. Fork the project

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

  2. Clone using SSH

    git clone [email protected]:your-github-username/deriv-static-content.git
  3. Enter project directory

    cd deriv-static-content
  4. Install your dependencies: not necessary, just to test and debugging purpuse

    npm install nodemailer

How to contribute

We contribute by PR (Pull Request):

  1. Create branch from the latest master branch
git checkout master
git pull origin master
git checkout -b [_your_branch_name]
  1. Make your changes

  2. Make pull request

  • Push your changes to your origin (your fork), add -u flag for the first time push
git add .
git commit -m "short description"
git push -u origin [_your_branch_name]
  • Click on the autogenerated link from the terminal to open the PR

Test link Preview

By Vercel CLI can have a preview then add to cards to check by Requesters, stakeholders or PMs.

Other documents:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages