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

https://github.com/cheezenaan/blog

My personal blog
https://github.com/cheezenaan/blog

firebase gatsbyjs graphql react typescript

Last synced: about 1 year ago
JSON representation

My personal blog

Awesome Lists containing this project

README

          

# blog.cheezenaan.net

[![CircleCI](https://circleci.com/gh/cheezenaan/blog/tree/master.svg?style=svg)](https://circleci.com/gh/cheezenaan/blog/tree/master)
[![CodeFactor](https://www.codefactor.io/repository/github/cheezenaan/blog/badge)](https://www.codefactor.io/repository/github/cheezenaan/blog)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

My private blog based on:

- [GatsbyJS](https://www.gatsbyjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [React.js](https://reactjs.org/)
- [GraphQL](https://graphql.org/)
- [Bulma](https://bulma.io/)
- [Firebase Hosting](https://firebase.google.com/products/hosting)

## Introduction

### Installation

```/bin/sh
bin/docker init
```

### Development

To develop, run the service:

```/bin/sh
bin/docker start
```

When finising stop the service:

```/bin/sh
bin/docker stop
```

When building assets:

```/bin/sh
bin/gatsby build
```