Just my personal website
Assuming that you have nodejs
and npm
installed, just do the following:
npm install
To build everything just
npm run build
To have a storybook running with the frontend stuff
npm run sb
After building you can
npm run serve
in 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