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
- Host: GitHub
- URL: https://github.com/kmilogp8496/iot
- Owner: kmilogp8496
- License: mit
- Created: 2025-03-16T09:38:33.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-04-27T10:08:48.000Z (11 months ago)
- Last Synced: 2025-04-27T11:20:55.388Z (11 months ago)
- Topics: internet-of-things, iot, nuxt, nuxt-ui, nuxt-ui-pro, open-source, things, vue
- Language: TypeScript
- Homepage: https://iot.kmilo.dev
- Size: 913 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)