Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Latest commit

 

History

History
32 lines (22 loc) · 881 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 881 Bytes

BUGANA Mobile Application

This repository contains the source codes of BUGANA mobile application. Built with Ionic Framework and Reactjs.

Prerequisites

Installation

Clone this repository:

git clone https://github.com/eidoriantan/bugana.git

Install packages with NPM:

npm install

Modify /src/variables.ts to configure which server to connect to when running the application.

Now, you can start the application on your browser by running:

npm run start