Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 504 Bytes

File metadata and controls

33 lines (22 loc) · 504 Bytes

React Native ML Kit Documentation

Documentation for React Native ML Kit, built with Docusaurus.

Getting Started

Installation

yarn install

Local Development

yarn start

Starts the development server.

Build

yarn build

Generates static content in the build directory.

Deployment

To deploy to GitHub Pages:

GIT_USER=<Your GitHub username> yarn deploy