Easy close-quarters messaging.
- Node ^14.7.0
- Redis (any version)
# Pull and start Redis Docker container
./scripts/dev-start.sh
# Start app dev server
yarn dev
shuz.app is geared towards Vercel and Upstash.
The following environment variables are required:
Variable | Description | Example |
---|---|---|
REDIS_URL | URL of Redis instance | redis://localhost:6379 |
To @maxaragon and @zhibeksolp, for their testing and ideas 🙏.