https://github.com/andrewmcodes-archive/katelynray.com
Katelyn Ray's Official Site
https://github.com/andrewmcodes-archive/katelynray.com
Last synced: 3 months ago
JSON representation
Katelyn Ray's Official Site
- Host: GitHub
- URL: https://github.com/andrewmcodes-archive/katelynray.com
- Owner: andrewmcodes-archive
- License: mit
- Created: 2018-12-13T00:22:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-11T03:20:14.000Z (over 6 years ago)
- Last Synced: 2025-01-01T06:22:23.456Z (5 months ago)
- Language: JavaScript
- Size: 446 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# katelynray.com
Katelyn Ray's Personal Website
## 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).