/admin.grants

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

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

⚠️ 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