- install
protoc
: https://grpc.io/docs/protoc-installation/ - install node_modules:
npm ci
# start development
npm start
will automatically:
- hotload website via
vite
- generate and watch/update gRPC resources
- make sure server is started
- browser
http://localhost:3000
- Login
- email:
[email protected]
- password:
password
- email:
npm run pretty