/Hackwell3.0

Official Website of Hackwell 3.0

Primary LanguageTypeScriptMIT LicenseMIT

Hackwell 3.0 is the official website for the 3rd edition of Hackwell conducted by JSSATEB and HoneyWell.

Prerequisite

Tech Stack

Getting Started

Installing Dependencies

    yarn

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
yarn dev
  • In Production mode
yarn start

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

Deploying

To know about deploying, please visit here.