Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/samuelgoddard/sam-goddard-2019


https://github.com/samuelgoddard/sam-goddard-2019

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# Sam Goddard - Personal Website

[![Netlify Status](https://api.netlify.com/api/v1/badges/7d769559-d722-4aad-86e3-c184567f7bfd/deploy-status)](https://app.netlify.com/sites/samgoddard/deploys)

> My personal website, built with Nuxt and hosted on Netlify

## Build Setup

``` bash
# 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](https://nuxtjs.org).