Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samuelgoddard/sam-goddard-2019
https://github.com/samuelgoddard/sam-goddard-2019
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/samuelgoddard/sam-goddard-2019
- Owner: samuelgoddard
- Created: 2019-02-24T20:49:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T13:41:50.000Z (almost 2 years ago)
- Last Synced: 2024-04-18T20:42:44.827Z (7 months ago)
- Language: Vue
- Size: 19.6 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
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).