Skip to content

owocki/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_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=

Installation

# Install dependencies
bun install

Development

# Start the development server
bun dev

Then go to http://localhost:3000/ on a browser and interact with the app.

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

 
 
 

Contributors

Languages

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