This README would normally document whatever steps are necessary to get your application up and running.
Clone and enter repository:
git clone [email protected]:meld-gold/frontend/partner.git
cd partner
Install the dependencies...
yarn
to start the project (build first)
yarn run build
and then
yarn run dev
Navigate to localhost:8080. You should see your app running. Edit a component file in src
, save it, and the page should reload with your changes.