https://github.com/kellyvaughn/kvlly
Personal site built with Gatsby and deployed on Netlify. Really just a coding playground.
https://github.com/kellyvaughn/kvlly
Last synced: 8 months ago
JSON representation
Personal site built with Gatsby and deployed on Netlify. Really just a coding playground.
- Host: GitHub
- URL: https://github.com/kellyvaughn/kvlly
- Owner: kellyvaughn
- Created: 2019-01-06T03:18:41.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T05:22:42.000Z (almost 3 years ago)
- Last Synced: 2024-07-31T07:18:16.992Z (over 1 year ago)
- Language: Vue
- Homepage: https://kvlly.com
- Size: 6.16 MB
- Stars: 65
- Watchers: 3
- Forks: 6
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - kvlly - Personal site built with Gatsby and deployed on Netlify. Really just a coding playground. (JavaScript)
README
# test
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).