âšī¸ How To Use
To clone and run this application, you’ll need Git, Node.js or Yarn installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/Pedrooliver13/hbo-max.git
# Go into the repository
$ cd hbo-max
# Install dependencies
$ npm install or yarn install
# Run the app
$ npm start or yarn start
đ How run storybook
# Run storybook
npm storybook or yarn storybook
đ§° How run tests
# Test component
npm test:component:local or yarn test:component:local
đ Technologies
Made with âĨ by Pedro Oliveira