Astar Portal App - the application for using everything that Astar Network offers. This project is made with Vue 3 + TypeScript + Quasar.
Ensure that you have Yarn and Node.js 18.x.
# install the dependencies
yarn
# run the local dev page
yarn dev
# build the project
yarn build