Skip to content

Latest commit

 

History

History
62 lines (45 loc) · 864 Bytes

File metadata and controls

62 lines (45 loc) · 864 Bytes

Quasar App (meow-nfts-ui)

A Quasar Project

Install the dependencies

yarn
# or
npm install

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

quasar dev
# or
npm run dev
# or
yarn dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Check for typescript errors

yarn tsc
# or
npm run tsc

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.

to change network

anchor.ts --> const client = new APIClient({ url: endpoints[1][1] })

atomic.ts --> const client = new APIClient({ url: endpoints[1][1] }) and collection/contract names change

config.ts --> change networks