To run the project, first rename the .env.example
file at the root directory to .env
and update the following variables:
VUE_APP_GEM_FARM_PK
VUE_APP_GEM_BANK_PROG_ID
VUE_APP_GEM_FARM_PROG_ID
VUE_APP_MAINNET_URL
Make sure to replace VUE_APP_GEM_FARM_PK
in public/gem_farm.json
with your actual Gem Farm public key and likewise for public/gem_bank.json
.
yarn install
yarn serve
yarn build
yarn test:unit
yarn test:e2e
yarn lint