Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@ookami/player-common-library

_granola10deprecated0.0.1

this package has been deprecated

Player! Web CommonLibrary

readme

web-common-library

This is a library for Player! Web.

Getting Started

  • Install nvm(or nodebrew)
  • Install Node(v8.11.4)
  • Install Yarn
    • brew install yarn --without-node
  • Clone ookami-web-common-library project
    • git clone git@github.com:ookamiinc/web-common-library.git
  • Change directory
    • cd web-common-library
  • Install project dependencies
    • yarn install
  • Create .env
    • touch .env
  • Run storybook
    • yarn run storybook