Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kferrone/kellyferrone.blog
My super pimped out personal website. https://github.com/kferrone/kellyferrone.com
https://github.com/kferrone/kellyferrone.blog
Last synced: about 1 month ago
JSON representation
My super pimped out personal website. https://github.com/kferrone/kellyferrone.com
- Host: GitHub
- URL: https://github.com/kferrone/kellyferrone.blog
- Owner: kferrone
- Created: 2019-03-08T22:57:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T17:32:16.000Z (about 2 years ago)
- Last Synced: 2024-03-17T23:50:45.173Z (10 months ago)
- Language: Vue
- Homepage: https://kellyferrone.com
- Size: 2.49 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kellyferrone.com
The front end blog site. Built with VueJS and friends.
## Prerequisites
- NodeJS ^8.9
- npm ^5.6## Getting Started
## Steps to Run inside CodeMix/vscode
1. From the `Quick Open` Command Palette (ctrl/cmd + shift + p) search for:
`Terminal: Create New Integrated Terminal`
2. From the `Quick Open` options select this project.
3. Once you are inside the Terminal, execute: `npm install`
4. Finally to run this example run `npm run serve`
5. Open your browser on http://localhost:8080
6. To build run `npm run build` and generate HTML/CSS/JS minification.### Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```## Environment Variables
| name | Description | default |
| ---- | ----------- | ------- |
| VUE_APP_GOOGLE_ANALYTICS_ID | Analytics key | some-key |
| VUE_APP_GOOGLE_ANALYTICS_ID | Analytics Debugging | false |
| FIREBASE_TOKEN | Firebase deploy token from `firebase login:ci` | token |