The extremely simple web-site created with NuxtJS and Bulma
You can see it live on paulbu.com
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
There is known issue with Node 17+ related to OpenSSL. It can be fixed by the following command
export NODE_OPTIONS=--openssl-legacy-provider
For commit naming is Semantic commit types are used.