/indexer-ui

UI for managing accounts for the wasmd-indexer

Primary LanguageTypeScript

indexer-ui

Next.js UI for managing accounts for the wasmd-indexer.

Deployed at https://indexer.zone.

Development

Run the following command to get started:

npm install
# or
yarn

To start the development server, run:

npm run dev
# or
yarn dev

To build the application, run:

npm run build
# or
yarn build

To start the built application, run:

npm run start
# or
yarn start