/valotas.com

Just another personal website

Primary LanguageTypeScript

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

To deploy make sure that you bump the version and deploy:

npm run bump [patch|minor|major]
fly deploy