package
2.11.2+incompatible
Repository: https://github.com/robocup-ssl/ssl-status-board.git
Documentation: pkg.go.dev

# README

Frontend

Project Setup

npm install

Compile and Hot-Reload for Development

# When running node 18
export NODE_OPTIONS=--openssl-legacy-provider
npm run serve

Compile and Minify for Production

# When running node 18
export NODE_OPTIONS=--openssl-legacy-provider
npm run build

Rebuild Protobuf code

npm run genProto

# Functions

No description provided by the author