Customer support agents via live chat and email.
The project uses Turborepo and contains:
.github
└─ workflows
└─ CI with tests, linting, and type checking
apps
├─ nextjs
│ └─ Next.js web application
bin
└─ Development and deployment scripts
docker
└─ Local development environment configs
docs
└─ Project documentation
packages
└─ react
└─ Shared React components and hooks
supabase
└─ Database configurations
- Install local Certificate Authority:
# Install mkcert on macOS
brew install mkcert
brew install nss
For other operating systems, see the mkcert installation guide.
- Generate SSL certificates:
# Generate SSL certificates
bin/generate_ssl_certificates
- Start the application:
bin/dev
Access the application at helperai.dev
- Seed the database:
npm run db:reset
Sample credentials:
[email protected]
/password
user1,...,[email protected]
/password
- Generate and run database migrations:
npm run db:generate
npm run db:migrate
Helper is licensed under the MIT License.