Skip to content

Getting Started with Flagship

Brett Weissbart edited this page Jul 25, 2019 · 3 revisions

First time Flagship setup

  1. Fork the Flagship repository into your own Github account
  2. Clone your fork of Flagship
  3. Run yarn in order to install dependencies and run the TypeScript compiler

Running PirateShip

Please refer to Testing on iOS and Android for information regarding setting up an Android test device or emulator.

PirateShip is a demo app that can be used to try out Flagship and test new features. Its code is located in /packages/pirateship.

From the Flagship root directory (not pirateship), run the following:

  1. yarn run ship:init
  2. yarn run ship:run-ios or yarn ship:run-android