Skip to content

Manifest-FTS/gexp

Repository files navigation

Introduction

GEXP is a Galachain Dashboard and Explorer built with React, NextJS, TypeScript, and Tailwind CSS.

Supported Platforms

Compatible Browsers (Firefox, Safari, Chrome, Edge)

Node.js 18.17 or later

MacOS, Windows (including WSL), and Linux are supported

Requirements

  • node(18.17 or later)
  • yarn
  • editor: VS code (recommended)

Installation

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.

Available Scripts:

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"

Technologies used

Vercel Deployment

Check out Next.js deployment documentation for more details. deploy

Releases

No releases published

Packages

No packages published

Languages