https://github.com/jsun969/air-conditioner
A Windless Air Conditioner
https://github.com/jsun969/air-conditioner
nextjs react socket-io tailwindcss
Last synced: about 1 year ago
JSON representation
A Windless Air Conditioner
- Host: GitHub
- URL: https://github.com/jsun969/air-conditioner
- Owner: jsun969
- Created: 2022-05-18T11:31:42.000Z (about 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-05-23T06:37:37.000Z (about 4 years ago)
- Last Synced: 2025-03-24T20:21:25.586Z (about 1 year ago)
- Topics: nextjs, react, socket-io, tailwindcss
- Language: TypeScript
- Homepage: https://ac.jsun.limecho.net
- Size: 2.16 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Air Conditioner
> Inspired by [YunYouJun/air-conditioner](https://github.com/YunYouJun/air-conditioner)
## Features
### Pros
- **Wireless remote control**
- Turn on it anytime and anywhere
- Low power consumption
- Easy to use
- Portable
### Cons
- No wind
## Installation
```
pnpm i
```
## Development
```
pnpm run dev
```
## Deployment
```
pnpm run build
pnpm run start
```