# 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