Skip to content

bard/grants-stack-search

Repository files navigation

Installation

$ git clone https://github.com/gitcoinco/search
$ cd search
$ poetry install

Note: installation might currently be broken on some systems, see python-poetry/poetry#8458 for workarounds.

Development

Copy .env.example to .env and customize it.

Run:

poetry run task dev

Useful URLs:

Run tests one-shot:

poetry run task test

Run tests continuously:

poetry run task test_watch

Build locally:

$ docker buildx build . --platform=linux/amd64 -t gitcoin-search

Production

Customize env variables in fly.production.toml.

Build and deploy to Fly:

$ fly -c fly.production.toml deploy

Releases

No releases published

Packages

No packages published