Monorepo for SIOTICS automatic garden sprinkler project 👽
Before you start, please install yarn
npm i -g yarn
- Clone the repo
git clone https://github.com/siotics/SIOTICS-Garden-IoT
- Install dependencies
yarn install
- Setup the .env file in each
./apps/APP_NAME
directory
- Tests for all nodejs apps
yarn workspaces run test
- format (prettier)
yarn run format
yarn workspace discord-bot run dev
yarn workspace server run dev