Skip to content

Nuzhy-Deriv/deriv-static-content

 
 

Repository files navigation

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

Email Templates for Deriv

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 99.6%
  • Other 0.4%