Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 531 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 531 Bytes

This is my personal website created using Nuxt.js.

No backend is used, the projects are specified in a JS file in the plugins folder.

Building

# Install dependencies
$ yarn install

# Serve with hot reload at localhost:3000
$ yarn dev

# Build for production and launch server
$ yarn build
$ yarn start

# Generate static project
$ yarn generate

For detailed explanation on how things work, check out the Nuxt.js documentation.