## count0.org

私の個人的なブログです。

## Install

```
bundle install
npm install
```

Edit s3_website.yml

## Usage

Start writing environment.

```
foreman start
```

Build static file.

```
npm build
```

Publish to the web.

```
npm publish
```
