This is a micro grants application for Allo. It is built using Bun and Next.js.
# Install dependencies
bun install
# Start the development server
bun dev
TBD 🤔
# Lint the application
bun lint
# Build the application
bun build
# Start the production server
bun start