Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Easy to set up end to end grant application form for DAOs on NEAR Protocol

License

Notifications You must be signed in to change notification settings

NEARFoundation/admin.grants

Repository files navigation

⚠️ This repo has been archived, and moved to https://github.com/NEARFoundation/fund3r

admin.grants NEAR License: GPL v3

Easy to set up end to end grant application form for DAOs on NEAR Protocol

Repositories

Technology stack

Guides

Configuration

cp .env.dist .env
# 1. set up variables on .env

Installation

npm install

Set up .env

Development

# run mongodb
npm run dev

Open http://localhost:8080 with your browser to see the result.

Deployment

npm install
npm start

Testing

No tests are implemented yet.

Authors