0.0.1 • Published 6 years ago

@ookami/player-common-library v0.0.1

Weekly downloads
1
License
-
Repository
-
Last release
6 years ago

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