https://github.com/cgsmith/sometimescode.com
Personal blog about life, family, and sometimes code.
https://github.com/cgsmith/sometimescode.com
Last synced: 6 months ago
JSON representation
Personal blog about life, family, and sometimes code.
- Host: GitHub
- URL: https://github.com/cgsmith/sometimescode.com
- Owner: cgsmith
- Created: 2025-08-03T11:22:10.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-09-25T18:49:23.000Z (10 months ago)
- Last Synced: 2025-10-04T06:57:32.284Z (10 months ago)
- Language: HTML
- Size: 27.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
Awesome Lists containing this project
README
# sometimescode.com
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).