TinyAIoT / trashcan-frontend

Frontend for the Trashcan Dashboard written with Next.js
https://beamish-cendol-b3537c.netlify.app
MIT License
0 stars 0 forks source link

Netlify Status

TinyAIoT Dashboard

This is a frontend dashboard application for displaying information collected by IoT devices. It is built with the React framework Next.js. For more detailed explanations, please take a look at our wiki.

Getting Started

To get a local copy running, follow these steps:

  1. Clone the repository: git clone git@github.com:TinyAIoT/trashcan-frontend.git
  2. Install NodeJS
  3. Install the dependencies: npm install
  4. Obtain the .env variables (-> cf. documentation)
  5. Run the development server: npm run dev
  6. Open http://localhost:3000 in the browser
  7. The website auto-updates while editing the code

Features/Subpages

Acknowledgments