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

smswithoutborders/SMSWithoutBorders-Wallet-FE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SMSwithoutBorders Wallet

Setup Guide

Please follow the steps below to setup your dev environment

Install dependencies

yarn install

Set env variables

Create .env file from env.example

cp env.example .env

The .env file in project root contains all modifiable system variables.

Cloud API URL address and Google Client ID can be set here

Start development server

yarn start

Open http://localhost:18000 to view it in the browser.

The page will reload if you make edits.

You will also see any lint errors in the console.

Create a production build

yarn build

Builds the app for production to the build folder using esbuild and Babel.

Accounts Setup

  • Signup for a new account

  • Login with created account details

Built With

Some awesome components we used:

Releases

No releases published

Packages

No packages published

Languages