Run if you have installed all the required flutter dependencies with
flutter doctor -v
Ensure protoc compiler version is 3+
protoc --version
Dart plugin for the protocol compiler
protoc-gen-dart
)flutter pub global activate protoc_plugin
Clone the repository
git clone https://github.com/delta/dalal-street-client.git
Install dependencies
flutter pub get
Setup submodules
git submodule init
git submodule update
configure git-hooks path
git config core.hooksPath .githooks
Generate proto files
./build_proto.sh
Run App
Run cp config.example.json config.json
Fill in the app configuration(host, port etc) in config.json.
Connect your device and run
flutter run
[type]:commit message
for committing your code.[feat]: Initial Commit