Skip to content

Latest commit

 

History

History

frontend-ms

Prudent Pots Frontend

Project setup

Run installations in both root and in the frontend folder:

npm install

Create .env files (root / frontend)

Set the environment you want to use and choose the related compiling method described as below

cp .env.example .env

Run Vue app

You must compile contracts first in order to generate ABIs that Vue.js will use to interact with them

npm run serve

Customize configuration

See Configuration Reference.