This is a Next.js project bootstrapped with create-next-app
.
-
The stable version of the explorer is hosted at https://nexplorer-main.vercel.app
-
The development branch is hosted at https://nexus-explorer-next-git-develop-rayanfer32.vercel.app/
Clone this repo and run:
First install all the dependencies listed in package.json
with,
yarn install
Create a .env.local
file in same folder as package.json
, for more info look at .env.local.sample
file.
For local Development:
yarn dev
To Deploy for production run:
yarn serve
Open http://localhost:3000 with your browser to see the results.