Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Gateway-DAO/dashboard-wallet

 
 

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/network-ui
  1. Install dependencies using pnpm
pnpm i
  1. Create the env file. Ask about it to your manager

  2. Generate the typings

pnpm generate
  1. 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).

Packages

No packages published

Languages

  • TypeScript 92.0%
  • SCSS 4.9%
  • JavaScript 1.5%
  • Other 1.6%