Skip to content

valotas/valotas.com

Repository files navigation

valotas.com website

Just my personal website

Quickstart

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

Local serve

After building you can

npm run serve

in order to see the bundled distribution

Deploy

Deployment is done as part of the versioning when on the master branch. Just

npm run bump [patch|minor|major]