An open API service indexing awesome lists of open source software.

https://github.com/clickbar/flutter-darmstadt


https://github.com/clickbar/flutter-darmstadt

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Flutter Darmstadt
The project is used as base repository that bundles all Flutter Darmstadt repositories using git submodules.

## Cloning Instructions

1. Clone this repository

**HTTPS**\
`git clone https://github.com/clickbar/flutter-darmstadt.git`

**SSH**\
`git clone git@github.com:clickbar/flutter-darmstadt.git`

The repository will be cloned with all submodule folders. But the folders will be empty. Run step 2 and 3 to init and update the submodules.

2. Init the submodules

`git submodule init`

3. Update the content of the submodules

`git submodule update`