This repo contains the code for Gateway dApp website. Powered by Next.js.
Make sure you have Git, Node.js 16 LTS and pnpm installed
- Clone this repo
git clone https://github.com/Gateway-DAO/dashboard
- Install dependencies using pnpm
pnpm i
-
Create the env file. Ask about it to your manager
-
Generate the typings
pnpm generate
- Start the development server
pnpm dev
If you want to say thank you and/or support the active development of the dApp
:
- Add a GitHub Star to the project.
- Talk to us on our Discord
Copy your next-auth.session-token
and set the value in your dotenv file (TEST_NEXT_AUTH_TOKEN
).