My homepage app
npm run build
npm run save
ansible-playbook ansible/push.yaml -i ansible/inventory.yaml
Or just
npm run pub
Run this command to fix code style
bazel run //assets/js:prettier
bazel build //assets/css
This command will run a http server on port 8080
bazel run //server:server
Formatter for backend
cd server && cargo fmt
Formatter for frontend
bazel run //assets/js:prettier
bazel run @nodejs_host//:npm -- version
npm run build
npm run save
npm start