Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 848 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 848 Bytes

Mentor Center Frontend

Navigation

  1. Set Up
  2. Figma
  3. Documentation

Set Up

Set up environment variables

Add a .env.local file in the root directory with the following environment variables:

NEXT_PUBLIC_API_URL=[GraphQL endpoint URL]
NEXT_PUBLIC_FIREBASE_API_KEY=[KEY]
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=[DOMAIN]
NEXT_PUBLIC_FIREBASE_PROJECT_ID=[ID]

If you don't already have the values, message someone to get them!

Development

  yarn install
  yarn generate
  yarn dev