Skip to content

j0n5m1th/frc-web-components

 
 

Repository files navigation

FRC Web Components

FRC Web Components (FWC) is a web-based dashboard used for the FIRST Robotics Competition (FRC).

dashboard image

FWC can be either installed as a standalone application, or as a javascript package for custom dashboard solutions.

Installation

The standalone Tauri application that wraps around FWC can be installed here: https://github.com/frc-web-components/app/releases

To install using npm:

npm i @frc-web-components/fwc@latest

Try it out!

A live version of the application can be viewed here: https://frc-web-components.github.io/dashboard/

Documentation

Developing

Installing

This project uses the pnpm package manager. Please install pnpm first before proceeding: https://pnpm.io/installation

If using vscode the following extensions are recommended:

To install run in the root directory:

pnpm install

Running

To run the project locally run in the root directory:

pnpm dev

Publishing and Releasing

This project uses changesets to manage publishing. More info can be found here: https://pnpm.io/using-changesets

About

Web components to build custom dashboards for the FIRST Robotics Competition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.0%
  • TypeScript 11.0%
  • CSS 4.8%
  • Java 0.1%
  • SCSS 0.1%
  • Svelte 0.0%