https://github.com/tannerkrewson/tannerkrewson.github.io
https://github.com/tannerkrewson/tannerkrewson.github.io
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tannerkrewson/tannerkrewson.github.io
- Owner: tannerkrewson
- License: mit
- Created: 2016-08-14T19:23:01.000Z (almost 10 years ago)
- Default Branch: dev
- Last Pushed: 2023-10-22T18:38:11.000Z (over 2 years ago)
- Last Synced: 2025-02-01T19:45:01.718Z (over 1 year ago)
- Language: Vue
- Homepage: https://www.tannerkrewson.com/
- Size: 7.22 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# www.tannerkrewson.com
**Visit the site: www.tannerkrewson.com**
This is the source code of my personal website.
It was originally built with [Jekyll](https://jekyllrb.com/), but has been ported to [Vue](https://vuejs.org/) & [Nuxt.js](https://nuxtjs.org/). It uses [Bootstrap 4](https://getbootstrap.com/), and [Typed.js](https://github.com/mattboldt/typed.js/) for the typing effect on the logo. It is hosted on [GitHub Pages](https://pages.github.com/).
## Build Setup
```bash
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).