Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phegman/peterhegman.com
Repo for my personal site (peterhegman.com)
https://github.com/phegman/peterhegman.com
Last synced: 3 days ago
JSON representation
Repo for my personal site (peterhegman.com)
- Host: GitHub
- URL: https://github.com/phegman/peterhegman.com
- Owner: phegman
- Created: 2019-10-02T15:09:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-03T01:51:23.000Z (almost 4 years ago)
- Last Synced: 2024-10-12T09:13:43.710Z (about 1 month ago)
- Language: Vue
- Size: 2.32 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# peterhegman.com
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Lints and fixes files
```
yarn run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).