Skip to content

Getting Started

The Orbtronics payment platform is designed to facilate online payments for Orbtronics clients. This guide will explain how to set up the project locally

Quick Start

Clone the project locally

Clone the project by running the command below in your terminal

git clone https://github.com/Orbtronics-Admin/OrbtronicsInvoicingFrontend.git

Then navigate to your project directory and install the dependencies by running the command below

npm install

Next create a .env file and set REACT_APP_API_URL to the url for your backend + “/api”

REACT_APP_API_URL=http://backend-url/api

Next set up the backend for the payment dashboard See Guide Here and run npm start