Skip to content

grantrapp/grantr

Repository files navigation

Imagine using light mode

Grantr

Connecting Everyone to Funding 💸

💸 About Grantr

Grantr is a curated list of grant programmes @ Grantr App 💸

🤝 Collaboration

We are trying to stay the most up-to-date on the latest Grants! If you think there is information missing, or we made a mistake, don't hesistate to reach out to defigirlxoxo and get us back up to date.

⚙️ Setup

Using Hosted Backend Environment (Recommended)

cd frontend
cp .env.production .env.local
pnpm
pnpm dev

and visit http://localhost:1234

Using Full Local Environment (Docker)

docker-compose up

Using Full Local Environment (Manual)

Setup frontend

cd frontend
pnpm
pnpm dev

Setup backend

cd backend
cp .env.example .env
pnpm
pnpm dev

and visit http://localhost:1234

⚖️ License

Grantr is open-sourced software licensed under the © GNU General Public License v3.0.