Free and Open Source WhatsApp Sticker Generator Bot
- Node.js
- Any Node.js package manager (npm, yarn, pnpm)
git clone https://github.com/tfkhdyt/wa-sticker-bot.git
cd wa-sticker-bot
pnpm install
# npm install
# yarn install
# run in development
pnpm dev
# build the project
pnpm build
# run in production
pnpm start
# run vitest (watch mode)
pnpm test
# run vitest (coverage mode)
pnpm coverage
# lint the code
pnpm lint