An open API service indexing awesome lists of open source software.

https://github.com/kmilogp8496/iot

Open source IoT Platform for managing your IoT devices
https://github.com/kmilogp8496/iot

internet-of-things iot nuxt nuxt-ui nuxt-ui-pro open-source things vue

Last synced: 7 months ago
JSON representation

Open source IoT Platform for managing your IoT devices

Awesome Lists containing this project

README

          

# IoT Platform

## Prerequisites

- [node.js 22+](https://nodejs.org/en/download/package-manager)
- [git](https://git-scm.com/downloads)
- [pnpm](https://pnpm.io/installation)

## Clone the repository

The repository is publicly available on GitHub. You can clone it and start to use it.

```bash
git clone https://github.com/kmilogp8496/iot.git
```

## Install dependencies

```bash
pnpm install
```

## Run the application

```bash
pnpm dev
```

## Tasks resolution

All the tasks are available in the roadmap page. Since there is no project management tool, you can **create a new issue** and assign it to yourself. Remember to tag the issue with `wip` and `feature` so it can be found by others.

Better ways will arrive soon for managing the tasks. Stay tuned!

## Nuxt UI Pro

The application uses [Nuxt UI Pro](https://ui.nuxt.com/pro) for the UI. You can use the project in your development environment without the need of a license. In case you want to use it in production, you can buy a license [here](https://ui.nuxt.com/pro/pricing) and use it in your project. Give it a try and if you like it, please support the Nuxt OSS development by buying a license.

## Contributing 🙏

If you want to contribute to the project, you can create a new issue or a Pull Request.

## License
[MIT License](./LICENSE.md)