Skip to main content

Build Ordinals Explorer

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

npm run dev

Building for Production

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

npm run build

NOTE:

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