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

Latest commit

 

History

History
69 lines (48 loc) · 2.11 KB

README.md

File metadata and controls

69 lines (48 loc) · 2.11 KB

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