Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 764 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 764 Bytes

sushidesu.gif

Portfolio Site

Description

My portfolio site written in JavaScript.

URL: https://sushidesu.com

Features

  • cute animals created by Zdog
  • 100% responsive designed for mobile first
  • high performance because it's a static site

Tools

JavaScript, HTML, CSS, Zdog, Nuxt.js, Bulma, Netlify

Usage

# 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.