Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 451 Bytes

CONTRIBUTE.md

File metadata and controls

28 lines (24 loc) · 451 Bytes

Contributing

Contributions are always welcome!

To start developing

  1. Create a directory and cd into it
mkdir devspace
cd devspace
  1. Create test workspace
flutter create loki_test
cd loki_test
mkdir packages
cd packages
flutter create test1
cd ../../
  1. Clone the repo and cd into it
git clone [email protected]:cybertronbaka/loki.git
cd loki
  1. Run dart pub get
  2. Run loki help or dart bin/loki.dart help