Skip to content

Latest commit

 

History

History
 
 

app

FiftyOne - App

Project FiftyOne React/Electron App

voxel51-logo.png

Installation

The following installation steps are a part of the install script

Install nvm and set your node version to v12.16.2:

nvm use v12.16.2

Install the app with yarn in this directory (./fiftyone/app):

yarn install

Starting development

yarn start-web

This starts the App client development server with hot reloading.

You will need to create a fiftyone.core.session.Session to start the backend server. Or you can start the backend server directly in your python virtual environment:

# in ./fiftyone/server/
python main.py

That's it!

Copyright

Copyright 2017-2020, Voxel51, Inc.
voxel51.com