Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 386 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 386 Bytes

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