Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

NUbots/NUsight2

Repository files navigation

As of February 2021, NUsight2 has been merged into the NUbots/NUbots repository, in the nusight2 folder. Future development work will be done there.

NUsight

Build status Dependencies Status Development Dependencies Status

Dependencies

Installing

yarn

Running

yarn start

Developing (Virtual Robots)

yarn dev

Developing without typechecking

yarn dev -t

Developing Components

yarn storybook

Testing

yarn test

Configure the nuclearnet connection address

yarn start --address 192.168.1.255 yarn prod --address 192.168.1.255