GEXP is a Galachain Dashboard and Explorer built with React, NextJS, TypeScript, and Tailwind CSS.
Compatible Browsers (Firefox, Safari, Chrome, Edge)
Node.js 18.17 or later
MacOS, Windows (including WSL), and Linux are supported
- node(18.17 or later)
- yarn
- editor: VS code (recommended)
For getting started with the template you have to follow the below procedure: Open project directory and run below command.
yarn install
yarn dev
This will start the server at http://localhost:3000. Open http://localhost:3000 to view it in the browser.
You can run below commands in the root folder for your need.
"clean": "rimraf \"{node_modules,.next,out.cache}\"",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install"
Check out Next.js deployment documentation for more details. deploy