Skip to content

Monorepo for SIOTICS automatic garden sprinkler project

License

Notifications You must be signed in to change notification settings

mraihanaf/SIOTICS-Garden-IoT

 
 

Repository files navigation

SIOTICS-Garden-IoT

Monorepo for SIOTICS automatic garden sprinkler project 👽

Setup

Before you start, please install yarn

npm i -g yarn
  1. Clone the repo
git clone https://github.com/siotics/SIOTICS-Garden-IoT
  1. Install dependencies
yarn install
  1. Setup the .env file in each ./apps/APP_NAME directory

Scripts

  1. Tests for all nodejs apps
yarn workspaces run test
  1. format (prettier)
yarn run format

Developments

discord-bot

yarn workspace discord-bot run dev

server

yarn workspace server run dev

About

Monorepo for SIOTICS automatic garden sprinkler project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 64.9%
  • JavaScript 12.4%
  • C++ 10.0%
  • CSS 7.8%
  • HTML 4.9%