Skip to content

VarunSAthreya/hackwell4.0

Repository files navigation

Official website for the 4rd edition of Hackwell conducted by JSSATEB and HoneyWell.

Prerequisite

Tech Stack

Getting Started

Installing Dependencies

    pnpm i

Adding environment variables

Create a .env.local file and add firebase credentials.

NEXT_PUBLIC_FIREBASE_API_KEY = <Firebase API key>
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN = <Firebase Auth Domain>
NEXT_PUBLIC_FIREBASE_PROJECT_ID = <Firebase Project ID>
NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET = <Firebase Storage Bucket link>
NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID = <Firebase Messaging sender ID>
NEXT_PUBLIC_FIREBASE_APP_ID = <Firebase App ID>
NEXT_PUBLIC_MEASUREMENT_ID = <Firebase Measurement ID>

Running the project

  • In Development mode
pnpm dev
  • In Production mode
pnpm start

Note: Make sure to build before start in production mode.

Deploying

To know about deploying, please visit here.