This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
create .env.local
file in the root directory and write the following code.
API_KEY=/* Your Firebase API Key */
AUTH_DOMAIN=/* Your Firebase Auth Domain */
PROJECT_ID=/* Your Firebase Project ID */
STORAGE_BUCKET=/* Your Firebase Storage Bucket */
MESSAGING_SENDER_ID=/* Your Firebase Messaging Sender ID */
APP_ID=/* Your Firebase App ID */
FORM_URL=/* Your Google Form URL */
INSTAGRAM_URL=/* Your Instagram URL */
HOST_URL=/* Website Host URL */