Giter Site home page Giter Site logo

foxbox's Introduction

Foxbox

Stars Badge Forks Badge Pull Requests Badge Issues Badge Version GitHub contributors License Badge

Foxbox is an integrated visualization and diagnosis tool for robotics, available in your browser or as a desktop app on Linux, Windows, and macOS.

Foxbox screenshot

Dependencies:


๐Ÿš€ Getting started

Clone the repository:

$ git clone https://github.com/bmw-software-engineering/foxbox.git

Pull large files with Git LFS:

$ git lfs pull

Enable corepack:

$ corepack enable

Install packages from package.json:

$ yarn install
  • If you still get errors about corepack after running corepack enable, try uninstalling and reinstalling Node.js. Ensure that Yarn is not separately installed from another source, but is installed via corepack.

Launch the development environment:

# To launch the desktop app (run both scripts concurrently):
$ yarn desktop:serve        # start webpack
$ yarn desktop:start        # launch electron

# To launch the web app:
$ yarn run web:serve        # it will be avaiable in http://localhost:8080

๐Ÿ› ๏ธ Building Foxbox

Build the application for production using these commands:

# To build the desktop apps:
$ yarn run desktop:build:prod   # compile necessary files

- yarn run package:win         # Package for windows
- yarn run package:darwin      # Package for macOS
- yarn run package:linux       # Package for linux

# To build the web app:
$ yarn run web:build:prod

# To build and run the web app using docker:
$ docker build . -t foxbox
$ docker run -p 8080:8080 foxbox

# It is possible to clean up build files using the following command:
$ yarn run clean
  • The desktop builds are located in the dist directory, and the web builds are found in the web/.webpack directory.

๐Ÿ“ License (Open Source)

Foxbox follows an open core licensing model. Most functionality is available in this repository, and can be reproduced or modified per the terms of the Mozilla Public License v2.0.

๐Ÿค Contributing

Contributions are welcome! Foxbox is primarily built in TypeScript and ReactJS. All potential contributors must agree to the Contributor License Agreement outlined in CONTRIBUTING.md.

โญ Credits

Foxbox originally began as a fork of FoxGlove Studio, an open source project developed by Foxglove.

foxbox's People

Contributors

defunctzombie avatar dependabot[bot] avatar jtbandes avatar foxymiles avatar foxglovebot avatar jhurliman avatar amacneil avatar 2metres avatar snosenzo avatar esthersweon avatar achim-k avatar cfoust avatar laisspportugal avatar wimagguc avatar bryfox avatar aneuwald-ctw avatar aschimmichanga avatar woodii1998 avatar james-rms avatar wkalt avatar shuhaowu avatar pezy avatar dudv avatar bclinkinbeard avatar jameskuszmaul-brt avatar osaro-imohe avatar mica-angeli avatar smbera avatar jkuszmaul avatar wep21 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.