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

https://github.com/bastienwirtz/b4bz.io

Just a simple personal page build with Gridsome and Bulma.
https://github.com/bastienwirtz/b4bz.io

personal-website

Last synced: 2 months ago
JSON representation

Just a simple personal page build with Gridsome and Bulma.

Awesome Lists containing this project

README

        

# `b4bz.io`

Source code of https://b4bz.io.
Just a simple personal page build with [Gridsome](https://gridsome.org/) and [Bulma](https://bulma.io/).

### Start the local dev server

```bash
yarn install
yarn develop
```

### Build for production

```bash
yarn install
yarn build
```