niksauer / RoadChat

A social network for passengers of autonomous vehicles.
GNU Affero General Public License v3.0
1 stars 2 forks source link
chat-application ios-app social-network

RoadChat

Documentation

MIT License

Swift 4.0

Supported Platforms

Preview

Setup

  1. git clone <url>
  2. git submodule update --recursive --init

Dependencies

Submodules

This project uses git submodules to manage its dependencies. Therefore, setup becomes a two-step process. To update to the newest availble commit from the tracked branch of each submodule, run: git submodule update --recursive --remote.

Additionally, checkouts will happen in a DETACHED-state, i.e. any changes or updates pulled in, must be committed to its remote branch or this repository respectively in order to persist. For a full explanation, please read ActiveState and/or StackOverflow.