heroku login
heroku plugins:install heroku-cli-static
// into some frontend project
heroku create // or git remote add xxxx.git
heroku buildpacks:add --index 2 https://github.com/heroku/heroku-buildpack-static.git --app ftl-oms-web
heroku static:init
heroku static:deploy
heroku ps:scale web=1
heroku ps:resize worker=standard-2x
heroku open