Skip to content

GatewayLabs/dashboard-next

 
 

Repository files navigation

Gateway Network - Web3 Private Data Protocol

GitHub Repo stars Discord

🚪 Gateway Network - Source code

This repo contains the code for Gateway dApp website. Powered by Next.js.

🔧 Installation

Make sure you have Git, Node.js 16 LTS and pnpm installed

  1. Clone this repo
git clone https://github.com/Gateway-DAO/dashboard
  1. Install dependencies using pnpm
pnpm i
  1. Create the env file. Ask about it to your manager

  2. Start the development server

pnpm dev

👍 Contribute

If you want to say thank you and/or support the active development of the dApp:

  1. Add a GitHub Star to the project.
  2. Talk to us on our Discord

E2E

Copy your next-auth.session-token and set the value in your dotenv file (TEST_NEXT_AUTH_TOKEN).

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.6%
  • JavaScript 3.6%
  • Other 0.8%