Skip to content

ishangodawatta/aura-dashboard

Repository files navigation

aura-dashboard

WhatsApp Wellbeing Coach

Conceptualized @ MachineTalents X UM Hackathon @ Google https://lu.ma/ibaiz50k?tk=T4VFxm

Quick start

  1. npm install
  2. cp .env.example .env.local
  3. npm run dev
  4. git config core.hooksPath .git/hooks
  5. Add the below to .git/hooks/pre-commit
#!/bin/sh
echo "🔍 Running ESLint before commit..."
npm run lint
RESULT=$?
if [ $RESULT -ne 0 ]; then
  echo "❌ ESLint failed. Commit aborted."
  exit 1
fi
echo "✅ ESLint passed. Proceeding with commit."
exit 0

About

WhatsApp Wellbeing Coach. MachineTalents X UM Hackathon @ Google https://lu.ma/ibaiz50k?tk=T4VFxm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages