Skip to content

Latest commit

 

History

History
64 lines (47 loc) · 846 Bytes

README.md

File metadata and controls

64 lines (47 loc) · 846 Bytes

🌊 Allo SeaGrants

Getting Started

This is a grants application for Allo. It is built using Spec, Bun and Next.js.

Prerequisites

Required

NEXT_PUBLIC_IPFS_READ_GATEWAY=
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=

Installation

# Install dependencies
bun install

Development

# Start the development server
bun dev

Testing

TBD 🤔

Linting

# Lint the application
bun lint

Production

# Build the application
bun build

# Start the production server
bun start