Official app for Amphora Protocol.
To setup the development environment first clone the repo:
git clone [this repo link] && cd amphora-ui
Install dependencies:
yarn
Configure the .env
variables:
cp .env.example .env
Start the app:
yarn dev
The app should be live at http://localhost:5173/
yarn build
yarn preview
The app should be live at http://localhost:4173/