The Super Pot is a Smart Greenhouse Enclosure System for growing vegetables and nurturing seedlings. It is an Internet-of-Things project built upon the ESP8266 Microcontroller, which includes sensors for sunlight and moisture, an automatic waterer, and a weather-dependent shade system, ensuring optimal care for plants from anywhere via the Internet.
After a fresh install on your local machine, run npm install to install the dependencies for our project.
To run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.