- Make sure that you have Node.js installed with yarn.
- Make sure protoc-gen-typescript-http is installed and present on your $PATH
-
Clone down this repository.
-
Install packages:
make install
or yarn install
- Pull and generate proto files:
cd ./proto/ && git pull origin main && cd .. && make init
-
Create .env file in root folder (copy paste variables from .env.example and add yours if needed for local development)
-
To start in dev mode:
make dev
or yarn dev
- To Visit App:
localhost:4040