Go to file
William O'Beirne 0496b58130
Merge pull request #218 from grant-project/avatar-upload-basics
Avatar upload and download
2018-11-19 19:22:31 -05:00
admin Fix regressions from Readable URLs #190 (#200) 2018-11-09 13:48:55 -05:00
backend interpolate AVATAR_MAX_SIZE into error message 2018-11-19 17:58:30 -06:00
contract Simplify conditionals (#136) 2018-10-03 23:19:58 -05:00
e2e Cypress e2e basics (#186) 2018-11-06 13:52:52 -05:00
frontend fix reducer logic mistake 2018-11-16 22:24:41 -06:00
.gitignore initial commit 2018-09-10 11:55:26 -05:00
.travis.yml Start ganache. Example test for python to pass. 2018-09-11 16:00:15 -04:00
README.md initial commit 2018-09-10 11:55:26 -05:00

README.md

(ALPHA) Grant.io Mono Repo

This is a collection of the various services and components that make up Grant.io.

Grant.io is under heavy development, and is not considered stable. Use at your own risk!

Setup


Docker

To get setup quickly, simply use docker-compose to spin up the necessary services

TBD
Locally

Alternatively, run the backend and front-end services locally.

Instructions for each respective component can be found in:

  • /backend/README.md

  • /frontend/README.md

We currently only offer instructions for unix based systems. Windows may or may not be compatible.

Testing

To run tests across all components simultaneously, use the following command

TBD

Deployment

TBD