Coder Social home page Coder Social logo

artfxdev / harvest-ui Goto Github PK

View Code? Open in Web Editor NEW
5.0 3.0 1.0 1.07 MB

Harvest: statistics dashboard for Pixar's Tractor render farm

License: MIT License

Shell 0.08% HTML 0.55% SCSS 9.21% TypeScript 89.85% Dockerfile 0.32%
render-farm vfx pipeline recharts statistics tractor

harvest-ui's Introduction

Harvest UI πŸ‘¨β€πŸŒΎπŸ‘©β€πŸŒΎπŸŒΎ




Statistics dashboard for Pixar's Tractor render farm


Introduction

Harvest is a realtime front-end application to display useful statistics for the Tractor render farm.

It connects to harvest-api which is the backend API.

It's built on the great Recharts library for graphics, uses Sass for the styling and powerful type system with TypeScript and React.

Installation

The package manager used is Yarn. Clone the repository and install the dependencies:

$ git clone https://github.com/ArtFXDev/harvest-ui
$ cd harvest-ui
$ yarn install # Install the dependencies

Usage

Environment variables

Before starting the UI, make sure the variables defined in the .env file are correct.

They are:

  • REACT_APP_HARVEST_API_URL - the url of the Harvest backend API.

Available scripts

  • πŸš€ yarn start -> runs the Webpack development server with HMR (hot module replacement).

    You can then access the app on http://localhost:3000.

  • πŸ‘· yarn build -> builds and bundle the whole app in a build folder. It is used to host the static files on a web server like Nginx or Apache.

  • πŸ”¨ yarn tsc -> runs the TypeScript compiler and report errors. Add :watch to run an interactive process that watches file changes.

  • πŸ’… yarn prettify -> prettify the code with Prettier. Add :write to write the modifications.

  • 🚨 yarn lint -> shows ESLint warnings and errors. Add :fix to apply auto fixes.

Libraries

Here are the main libraries and packages used:

Library Version
React 17.0.2
TypeScript 4.5.5
React router 6.2.1
Recharts 2.1.8
Sass 1.49.7

Contributing

Pull requests and issues are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT @ArtFX

harvest-ui's People

Contributors

acedyn avatar guillaumeroeder avatar johhnry avatar olivierargentieri avatar soulayrol avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

acedyn

harvest-ui's Issues

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.