This is a grants application for Allo. It is built using Spec, Bun and Next.js.
Required
NEXT_PUBLIC_PINATA_JWT=
NEXT_PUBLIC_IPFS_READ_GATEWAY=
NEXT_PUBLIC_IPFS_WRITE_GATEWAY=
Optional
NEXT_PUBLIC_ENVIRONMENT=
ALCHEMY_ID=
INFURA_ID=
NEXT_PUBLIC_GRAPHQL_URL=
PROJECT_ID=
# Install dependencies
bun install# Start the development server
bun devThen go to http://localhost:3000/ on a browser and interact with the app.
TBD 🤔
# Lint the application
bun lint# Build the application
bun build
# Start the production server
bun start