Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 885 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 885 Bytes

命名の助(メイメイノスケ)

DEPLOYMENT GitHub license

子供の名前を響きから考える人向けの、ブラウザで動作するサポートツールです。

Web Application

https://t--takai.github.io/helper-of-godmother/

How to Develop

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# open storybook with hot reload
$ yarn storybook

# generate static project
$ yarn generate

# generate static project for GitHub Pages
$ yarn generate:gh-pages

References