Document how to use Node.js api's

Summary:
* Documented `npx flipper-server`
* Documented how to properly interact with the OS from Flipper plugins

Reviewed By: antonk52

Differential Revision: D33361929

fbshipit-source-id: 3028de2bf77a9ee6d9e521c1a53cff2388c936ea
This commit is contained in:
Michel Weststrate
2022-01-04 09:05:09 -08:00
committed by Facebook GitHub Bot
parent ebc4752077
commit 7efad4201c
6 changed files with 42 additions and 10 deletions

View File

@@ -21,9 +21,6 @@
## Table of Contents
- [Mobile development](#mobile-development)
- [Extending Flipper](#extending-flipper)
- [Contributing to Flipper](#contributing-to-flipper)
- [In this repo](#in-this-repo)
- [Getting started](#getting-started)
- [Requirements](#requirements)
@@ -31,11 +28,14 @@
- [Desktop](#desktop)
- [Running from source](#running-from-source)
- [Building standalone application](#building-standalone-application)
- [iOS SDK + Sample App](#ios-sdk--sample-app)
- [Android SDK + Sample app](#android-sdk--sample-app)
- [iOS SDK + Sample App](#ios-sdk--sample-app)
- [Android SDK + Sample app](#android-sdk--sample-app)
- [React Native SDK + Sample app](#react-native-sdk--sample-app)
- [JS SDK + Sample React app](#js-sdk--sample-react-app)
- [Troubleshooting](#troubleshooting)
- [Documentation](#documentation)
- [Contributing](#contributing)
- [License](#license)
- [Contributing](#contributing)
- [License](#license)
## Mobile development
@@ -80,6 +80,7 @@ This repository includes all parts of Flipper. This includes:
Please refer to our
[Getting Started guide](https://fbflipper.com/docs/getting-started/index) to set
up Flipper.
Or, (still experimental) run `npx flipper-server` for a browser based version of Flipper.
## Requirements