/wa-sticker-bot

Free and Open Source WhatsApp Sticker Generator Bot

Primary LanguageTypeScriptGNU Affero General Public License v3.0AGPL-3.0

WhatsApp Sticker Bot

Preview

Free and Open Source WhatsApp Sticker Generator Bot

Tech Stack

Getting Started

Pre-requisites

  • Node.js
  • Any Node.js package manager (npm, yarn, pnpm)

Installation

git clone https://github.com/tfkhdyt/wa-sticker-bot.git
cd wa-sticker-bot
pnpm install
# npm install
# yarn install

Usage

# 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