Skip to main content

Run Dashboard

Dashboard/Backoffice is built with ReactJS with CRA Template.

git clone https://github.com/team-embers/infinite-gamings-dashboard.git

You can type this command into Command Prompt, Powershell, Terminal, or any other integrated terminal of your code editor.

yarn 

The command yarn installs all necessary dependencies you need to run our frontend gatsby app (you can also use npm install if youre using npm as your package manager).

Start dashboard/backoffice application

note: must create .env file and ask for env variables to devs assigned to the project.

Run the development server:

cd <directory-dashboard>
yarn start

The cd command changes the directory you're working with. In order to work with your newly cloned dashboard project, you'll need to navigate the terminal there.

The yarn develop command builds your website locally and serves it through a development server, ready for you to view at http://localhost:3000/.