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.
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.
- Real-time system monitoring
- Customizable dashboard layout
- Remote device management
- Secure access control
- Easy deployment and hosting
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
To run the Pi Dashboard project locally, follow these steps:
- Clone the repository:
git clone https://github.com/chasecee/pi-dashboard.git
- Navigate to the project directory:
cd pi-dashboard
- Install the dependencies:
npm install
- Start the development server:
npm run dev
- Open your web browser and visit
http://localhost:3000
to access the Pi Dashboard.
The Pi Dashboard is hosted on Vercel and can be accessed at https://pi-dashboard-one.vercel.app/.
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.
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.