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

https://github.com/ishi720/make_typo

タイポグリセミア変換するサービス
https://github.com/ishi720/make_typo

javascript kuromoji purecss

Last synced: 11 months ago
JSON representation

タイポグリセミア変換するサービス

Awesome Lists containing this project

README

          

# 概要

タイポグリセミア現象を使用したサービスです。
入力された文章をタイポグリセミア変換します。

# バッジ

[![Codacy Badge](https://app.codacy.com/project/badge/Grade/03fc7e497b73462bb543a6136c973cff)](https://app.codacy.com/gh/ishi720/make_typo/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)

# タイポグリセミア現象とは

タイポグリセミア現象とは、単語の最初と最後の文字以外が入れ替わっていても、正しく読めてしまう現象です。

# セットアップ

- リポジトリをクローン

```bash
$ git clone git@github.com:ishi720/make_typo.git
```

- 必要パッケージをインストール

```bash
$ yarn install
$ cd app & yarn install
```

- Gulpデプロイ

```bash
$ yarn gulp
```