Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 612 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 612 Bytes

GRBPWR admin client

Prerequisites

  1. Make sure that you have Node.js installed with yarn.
  2. Make sure protoc-gen-typescript-http is installed and present on your $PATH

Installation and Setup Instructions

  1. Clone down this repository.

  2. Install packages:

make install or yarn install

  1. Pull and generate proto files:

cd ./proto/ && git pull origin main && cd .. && make init

  1. Create .env file in root folder (copy paste variables from .env.example and add yours if needed for local development)

  2. To start in dev mode:

make dev or yarn dev

  1. To Visit App:

localhost:4040