Run yarn to install dependencies, then run yarn dev to start a development server or yarn build to create a production build that can be served by a static file server.
git clone git@github.com:Bonfida/batch-resolver.git
cd batch-resolver
yarn
yarn dev

