Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

bepronetwork/backoffice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BackOffice

Backoffice is an administrative panel, in which the customer will be able to customize their Casino, manage the financial of the platform and create integrations with third parties.

Getting started

Project Configuration

The first step is to fork the project onto your machine. After fork, enter the project and in its root folder create an .env file. In this file, you put all your sensitive and environment info.

The .env variables are in this link, section 2: https://www.notion.so/betprotocol/Backoffice-Admin-Panel-f589d33e3ab346ef846bc8ce67a52ef6

Note: In the link above is also the step by step of what is needed to create an online machine of the entire project in Heroku.

Project Installation

After creating the .env file, we now open a terminal in the project's root folder and install all project dependencies with the command:

npm install

After that we have to build the project, so that we can start it and we do it with:

npm build

Finally, we started the project with:

npm start

Docs