@ookami/player-common-librarydeprecated

Player! Web CommonLibrary

Usage no npm install needed!

<script type="module">
  import ookamiPlayerCommonLibrary from 'https://cdn.skypack.dev/@ookami/player-common-library';
</script>

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