Go to file
William O'Beirne cb11ba16b3
Merge pull request #227 from grant-project/fix-missing-contract-build
Fix contract build on yarn dev
2018-11-27 13:40:42 -05:00
admin Rename a bunch of fields to their original values. Get draft saves working. 2018-11-14 12:59:48 -05:00
backend Remove prints. 2018-11-27 12:39:36 -05:00
contract Merge develop in. 2018-11-26 18:47:24 -05:00
e2e E2E - Web3 interaction & more tests (#202) 2018-11-21 21:20:09 -06:00
frontend Rebuild contract if missing. Simplify some logic. 2018-11-27 13:21:54 -05:00
.gitignore Contract Build Improvements (#215) 2018-11-21 17:24:33 -06:00
.travis.yml Only Runtime Contracts (#225) 2018-11-25 22:02:35 -06: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