Skip to main content

Build Explorer

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

yarn dev

Building for Production

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

yarn build

NOTE:

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