https://github.com/jonaskuske/smarthub
🏠 Real-time smart home platform
https://github.com/jonaskuske/smarthub
Last synced: 4 months ago
JSON representation
🏠 Real-time smart home platform
- Host: GitHub
- URL: https://github.com/jonaskuske/smarthub
- Owner: jonaskuske
- Created: 2020-02-22T14:25:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-13T11:37:15.000Z (over 1 year ago)
- Last Synced: 2025-04-23T09:56:15.329Z (about 1 year ago)
- Language: Vue
- Homepage: https://smarthub.joku.co
- Size: 1.34 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Smart Hub
🏠 Real-time smart home platform

## Instructions
### Install dependencies
```bash
> npm install
```
### Development
```bash
> npm run serve
```
> This will run the Node server with auto-restart (using `nodemon`) and the client Vue app (using Parcel) in parallel.
> Access at [localhost:8080](http://localhost:8080).
### Production
First, compile the client app:
```bash
> npm run build
```
Then, start the server and make sure `NODE_ENV` is set to `production`:
```bash
> NODE_ENV=production npm start
```
### Built by
- [Jonas Kuske](https://github.com/jonaskuske)
- [Max M. Schneider](https://github.com/molukkenmax)
- [Rieke Helmers](https://github.com/riekehieke)