Skip to content

shahzaib-deriv/traders-hub

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Traders-Hub Deriv V2

Coverage Status Coveralls Node Version React Version Typescript Version Build staging and Deploy to Cloudflare Pages

This is a new version of the Traders-Hub Deriv website. It is a separate project from the original Traders-Hub Deriv website, and is intended to be a complete rewrite of the original website. This project is build using react and tailwindcss.

This template was generated using create-deriv-v2

Getting started

Setup SSL Certificates

To run this project, you will need the dev.pem and cert.pem SSL certificate keys.

You can obtain these keys from any member of the TradersHub team.

If you desire to use the default directory:

  • In cert directory, copy cert.example.pem & dev.example.pem to cert.pem & dev.pem respectively
  • Paste the respective certificate keys to pem files.
  • Create a new .env from the .env.example file within the root directory

If you prefer to use a different directory:

Once you have these keys, add them to your local machine. You can place them in any directory, but remember the path where you placed them. Next, you need to include the paths to these keys in your .env file. Add the following lines to your .env file:

DEV_PEM_PATH='YOUR_PATH/dev.pem'
CERT_PEM_PATH='YOUR_PATH/cert.pem'

After setting up the SSL certificates, you can run the development server.

To run the development server:

npm run dev

To generate a build:

npm run build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.8%
  • Other 1.2%