rubyforgood / coral

An upcoming project for Ruby for Good
MIT License
13 stars 10 forks source link

Add 'Getting started' section to Contributing doc #3

Closed nihonjinrxs closed 5 years ago

nihonjinrxs commented 5 years ago

Resolves #2

Description

This adds step by step setup instructions to the Contributing doc.

Type of change

How Has This Been Tested?

Rendered the markdown in IDE and looked at it.

cflipse commented 5 years ago

This looks fine for localdev, to a point. I know that we're going to end up needing nginx, redis and some kind of storage system ... all of which are going to require separate, and generally OS specific instructions.

nihonjinrxs commented 5 years ago

Yep, idea was just to get folks to the point of being able to work locally. We can add/modify as we include those pieces. Also, for service worker stuff, based on what I've read, https is only needed when you're not on localhost, so for local feature dev, things should be fine without extra complexity.

cflipse commented 5 years ago

Ah, managed to skip right over the part where serviceworkers will work fine on localhost. cool.