Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 1.27 KB

File metadata and controls

48 lines (38 loc) · 1.27 KB

Telos EVM Explorer

Main Net: Netlify Status https://www.teloscan.io/

Test Net: Netlify Status https://testnet.teloscan.io/

Install the dependencies

Install yarn package manager

Follow the installation instructions at: https://classic.yarnpkg.com/en/

Add Vue and Quasar packages

yarn global add @vue/cli
yarn global add @quasar/cli

Clone this repo to your local machine

Copy the example .env file to .env

cp .env.example .env

Prep the environment

From within the ui-template folder:

yarn

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.

More Information

See https://quasar.dev.