Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.29 KB

README.md

File metadata and controls

43 lines (26 loc) · 1.29 KB

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).