Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 577 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 577 Bytes

Participation Dashboard

Built with NextJS + Typescript

Step 1: Configure Environment Variables

  1. Make a copy of .env.example and rename it to .env.
  2. Open the .env file and fill in the required secrets.

Note: Feel free to reach out to me for sample environment secrets if you need assistance.

Step 2: Install dependencies and run the server

Open your terminal and run the following commands:

npm install
npm run dev

You can find the deployed site at Participation Board Happy Hacking! 🎉