Skip to main content

Build Stacks Explorer

After installing and configuring your environment, you can run the Stacks Explorer locally if you wish by running the followning pnpm command:

pnpm dev

Building for Production

You may also build a production version of the Stacks Explorer. Simply run the following command:

pnpm build

NOTE:

Running pnpm build also run the default next.js build task.