Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 2.13 KB

README.md

File metadata and controls

61 lines (42 loc) · 2.13 KB

⚠️ WARNING: This README.md file is automatically generated and may be overwritten. Please do not edit it directly.

🚀 Pi Dashboard

Welcome to the Pi Dashboard project! This is a Next.js-based application that provides a sleek and user-friendly dashboard for your Raspberry Pi.

Project Overview

The Pi Dashboard is a web-based application that allows you to monitor and manage your Raspberry Pi device from anywhere. With a modern and intuitive interface, you can easily access critical information about your Pi's performance, system status, and more.

Features

  • Real-time system monitoring
  • Customizable dashboard layout
  • Remote device management
  • Secure access control
  • Easy deployment and hosting

File Structure

pi-dashboard/ ├── components/ │ ├── Header.js │ ├── Layout.js │ └── Sidebar.js ├── pages/ │ ├── api/ │ │ └── hello.js │ ├── index.js │ └── _app.js ├── styles/ │ └── globals.css ├── .gitignore ├── next.config.js ├── package.json ├── package-lock.json └── README.md

Installation

To run the Pi Dashboard project locally, follow these steps:

  1. Clone the repository: git clone https://github.com/chasecee/pi-dashboard.git
  2. Navigate to the project directory: cd pi-dashboard
  3. Install the dependencies: npm install
  4. Start the development server: npm run dev
  5. Open your web browser and visit http://localhost:3000 to access the Pi Dashboard.

Usage

The Pi Dashboard is hosted on Vercel and can be accessed at https://pi-dashboard-one.vercel.app/.

Contributing

If you'd like to contribute to the Pi Dashboard project, please feel free to submit issues or pull requests on the GitHub repository. We welcome contributions of all kinds, including bug fixes, feature enhancements, and documentation improvements.

License

The Pi Dashboard project is currently unlicensed. If you would like to use or distribute this software, please contact the project maintainers for more information.