Skip to content

davoweb3/SeaGrants

 
 

Repository files navigation

🌊 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

About

Micro Grants Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.6%
  • CSS 1.1%
  • JavaScript 0.3%