Skip to content

animuslabs/easynftmintr-ui

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published