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

https://github.com/wraith13/phi-ratio-coloring

黄金比を利用したカラーテーブルを作成します。
https://github.com/wraith13/phi-ratio-coloring

Last synced: 4 months ago
JSON representation

黄金比を利用したカラーテーブルを作成します。

Awesome Lists containing this project

README

          

# phi ratio coloring

- [README](https://wraith13.github.io/tweets/?title=phi%20ratio%20coloring%20README&1058754444832063488,1058754552885731330,1058763814043172865,1058982376234115072,1060365617654460418)
- [productive site](https://wraith13.github.io/phi-ratio-coloring/phi-ratio-coloring.htm)

## fork

このリポジトリを fork して利用する場合は、 fork 後に次の [GitHub Pages](#github-pages) の設定を行ってください。

## GitHub Pages

GitHub にはリポジトリに格納されてるファイルを https 経由で直接的にアクセスできる機能が提供されおり、このリポジトリもその機能を用いて から利用できるようにしてあります。

設定方法は GitHub 上のリポジトリに Web ブラウザでアクセスし、 `Settings`(→`Options`)→`GitHub Pages` のところの `Source` をドロップダウンから選択して `Save` するだけです。

> このプロジェクトでは master ブランチのルートをそのまま公開してるので `Source` は `master branch` にしてあります。

## How to build

requires: [Node.js](https://nodejs.org/), [TypeScript Compiler](https://www.npmjs.com/package/typescript)

`tsc -P .` or `tsc -P . -w`

### In VS Code

You can use automatic build. Run `Tasks: Allow Automatic Tasks in Folder` command from command palette ( Mac: F1 or Shift+Command+P, Windows and Linux: F1 or Shift+Ctrl+P), and restart VS Code.

## License

[Boost Software License](./LICENSE_1_0.txt)