Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 446 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 446 Bytes
Install Yarn

Install brew if you haven't already done so:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

then run: brew install yarn

Clone Repo

git clone https://github.com/oipwg/oip-hdmw-interface.git

Install Dependencies

cd oip-hdmw-interface

yarn install

Start Dev

yarn dev

Build

yarn build

Start Production Server

yarn start