Skip to content

Latest commit

 

History

History
 
 

app

FiftyOne - App

voxel51-logo.png

Installation

The following installation steps are a part of the install script

First, install nvm and install and set your node version to v16.3.0 using nvm.

nvm install v12.16.2
nvm use v12.16.2

Then install yarn globally in your node environment with npm:

npm -g install yarn

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

yarn install

Starting development

yarn dev

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-2021, Voxel51, Inc.
voxel51.com