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
- Host: GitHub
- URL: https://github.com/cheezenaan/blog
- Owner: cheezenaan
- License: mit
- Created: 2018-10-23T23:10:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-03T22:20:12.000Z (over 1 year ago)
- Last Synced: 2025-04-12T15:12:47.497Z (about 1 year ago)
- Topics: firebase, gatsbyjs, graphql, react, typescript
- Language: TypeScript
- Homepage: https://blog.cheezenaan.net
- Size: 6.67 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# blog.cheezenaan.net
[](https://circleci.com/gh/cheezenaan/blog/tree/master)
[](https://www.codefactor.io/repository/github/cheezenaan/blog)
[](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
```