Just my personal website
Assuming that you have nodejs and npm installed, just do the following:
npm installTo build everything just
npm run buildTo have a storybook running with the frontend stuff
npm run sbAfter building you can
npm run servein order to see the bundled distribution
To deploy make sure that you bump the version and deploy:
npm run bump [patch|minor|major]
fly deploy