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

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/ui.grants

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

ui.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
# set up variables on .env

Installation

npm install

Set up .env

Development

npm run dev

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

Deployment

npm install && npm run build
npm run start

Testing

No tested are implemented yet. Check the Manual Testing guide.

Authors