Skip to content

matusame/AmphoraProtocol

 
 

Repository files navigation

Amphora Protocol App

Official app for Amphora Protocol.

Development

To setup the development environment first clone the repo:

git clone [this repo link] && cd amphora-ui

Local env

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/


Production

yarn build
yarn preview

The app should be live at http://localhost:4173/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.9%
  • Other 1.1%