Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 534 Bytes

README.md

File metadata and controls

38 lines (28 loc) · 534 Bytes

Job Connection

Demo

https://jobconnection.dev

Run Locally

Get firebaseConfig from Project settings -> General firebaseConfig

.env.local

NEXT_PUBLIC_API_KEY =
NEXT_PUBLIC_AUTH_DOMAIN =
NEXT_PUBLIC_PROJECT_ID =
NEXT_PUBLIC_STORAGE_BUCKET =
NEXT_PUBLIC_MESSENGING_SENDER_ID =
NEXT_PUBLIC_APP_ID =
NEXT_PUBLIC_BACKEND_URL = http://localhost:8080/api

Install dependency

npm install
# or
yarn

Run the development server

npm run dev
# or
yarn dev