An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# rbi.nz

[![Netlify Status](https://api.netlify.com/api/v1/badges/e1a05621-9369-4f98-b20c-5c3d1c74c872/deploy-status)](https://rbi.nz)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square)](http://commitizen.github.io/cz-cli/)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?style=flat-square)](https://conventionalcommits.org)
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-908a85?logo=gitpod)](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)

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/binzcodes/main)