Thanks to visit codestin.com
Credit goes to github.com

Skip to content

shefass/blockplay-website

 
 

Repository files navigation

Welcome to Blockplay's repo

Maybe you fill find helpfull tips

How to use test-net or main-net enviroments 📋

If you are going to test the website in test-net or main-net (mode), you just need to take the following steps:

  • Go to the folder src/utils/
  • You will find the file "globalParameter.js"
  • Find the variable "useTestNet" -If that variable is equal to true, the website will be using the test-net enviroment -If that variable is equal to false, the website will be using the main-net enviroment

Commands for deployment 🛠️

Use this commands if you are going to deploy changes or start the deployment

  • npm run build - Build project's production site
  • npm start - Start server

For deployments in custom servers, you just need to watch the following video

Website routes

- Homepage
- Champion Weight class list
- Weight class landing page

About

Blockplay's website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 72.3%
  • CSS 19.3%
  • JavaScript 8.4%