My portfolio site written in JavaScript.
- cute animals created by Zdog
- 100% responsive designed for mobile first
- high performance because it's a static site
JavaScript, HTML, CSS, Zdog, Nuxt.js, Bulma, Netlify
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn run dev
# build for production and launch server
$ yarn run build
$ yarn start
# generate static project
$ yarn run generate
For detailed explanation on how things work, checkout Nuxt.js docs.