https://github.com/binzcodes/main
My portfolio, personal site and dev blog.
https://github.com/binzcodes/main
javascript js nuxt portfolio vue
Last synced: 8 months ago
JSON representation
My portfolio, personal site and dev blog.
- Host: GitHub
- URL: https://github.com/binzcodes/main
- Owner: binzcodes
- Archived: true
- Created: 2019-11-14T10:36:27.000Z (over 6 years ago)
- Default Branch: dev
- Last Pushed: 2024-10-31T12:22:50.000Z (over 1 year ago)
- Last Synced: 2025-04-06T09:52:11.626Z (about 1 year ago)
- Topics: javascript, js, nuxt, portfolio, vue
- Language: Vue
- Homepage: https://rbi.nz/
- Size: 1.07 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# rbi.nz
[](https://rbi.nz)
[](http://commitizen.github.io/cz-cli/)
[](https://github.com/semantic-release/semantic-release)
[](https://github.com/prettier/prettier)
[](https://conventionalcommits.org)
[](https://gitpod.io/#https://github.com/binzcodes/main)
> My portfolio, personal site and dev blog.
Written in [typescript](https://typescriptlang.org/) using [Nuxt](https://nuxtjs.org), [Vue](https://vuejs.org) and [Vuetify](https://vuetifyjs.com/).
The live site can be found at [rbi.nz](https://rbi.nz)
## Build Setup
``` bash
# install prerequisites
npm install -g commitizen
# install dependencies
$ npm run 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).
# Contributing
Contributions welcome, see [CONTRIBUTING.md](CONTRIBUTING.md)
[](https://gitpod.io/#https://github.com/binzcodes/main)