Skip to content

PCDACO/PCDACO-Web

Repository files navigation

Next.js Project

This project is built with Next.js and bootstrapped using create-next-app.

🚀 Getting Started

First, install dependencies:

npm install
# or
yarn install
# or
pnpm install
# or
bun install

Then, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 to see your application in action.

📂 Project Structure

  • app/: Contains the main application pages and layouts.
  • components/: Reusable UI components.
  • styles/: Global styles and theme settings.
  • public/: Static assets like images and fonts.
  • lib/: Utility functions and helpers.

✨ Features

  • Optimized font loading using next/font (Geist by Vercel).
  • Built-in routing and API support.
  • Server-side rendering (SSR) and static site generation (SSG).
  • Automatic code splitting and image optimization.

📚 Learn More

Explore the following resources to learn more about Next.js:

🔑 Environment Variables

Create a .env.local file in the root of your project and add the following variables:

NEXT_PUBLIC_FIREBASE_API_KEY=AIzaSyC5H_Wo1V1iMXUnIew5QQ-9B9I1l0fqvog
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=pcdaco-61cb6.firebaseapp.com
NEXT_PUBLIC_FIREBASE_PROJECT_ID=pcdaco-61cb6
NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=pcdaco-61cb6.firebasestorage.app
NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=595190135675
NEXT_PUBLIC_FIREBASE_APP_ID=1:595190135675:web:d344cc62a30c956ec05bde
NEXT_PUBLIC_FIREBASE_MEASUREMENT_ID=G-TX1DTWWL1F

🚀 Deployment

The easiest way to deploy this project is through Vercel, the creators of Next.js.

For more details, check out the Next.js deployment documentation.


Made with ❤️ using Next.js.

About

Admin Dashboard for Managing a Car Rental Platform

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages