Portfolio site for Alex AI, build with nuxt.
Visit https://alex-zc.me/ for the on-line site.
# install dependencies
$ npm run 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