|
7 | 7 |
|
8 | 8 | This repository contains the source code for [Compass](https://compassmeet.com) — an open platform for forming deep, authentic 1-on-1 connections with clarity and efficiency. |
9 | 9 |
|
10 | | -**We can’t do this alone.** Whatever your skills—coding, design, writing, moderation, marketing, or even small donations—you can make a real difference. [Contribute](https://www.compassmeet.com/about) in any way you can and help our community thrive! |
| 10 | +**We can’t do this alone.** Whatever your skills—coding, design, writing, moderation, marketing, or even small donations—you can make a real difference. [Contribute](https://www.compassmeet.com/support) in any way you can and help our community thrive! |
11 | 11 |
|
12 | 12 | ## Features |
13 | 13 |
|
@@ -105,16 +105,15 @@ We can't make the following information public, for security and privacy reasons |
105 | 105 | - Firebase, otherwise anyone could remove users or modify the media files |
106 | 106 | - Email, analytics, and location services, otherwise anyone could use our paid plan |
107 | 107 |
|
108 | | -So, we separate all those services between production and local development, so that you can code freely without impacting the functioning of the platform. |
| 108 | +We separate all those services between production and local development, so that you can code freely without impacting the functioning of the platform. |
109 | 109 | Contributors should use the default keys for local development. Production uses a separate environment with stricter rules and private keys that are not shared. |
110 | 110 |
|
111 | 111 | Most of the code will work out of the box. All you need to do is creating an `.env` file as a copy of `.env.example`: |
112 | 112 | ```bash |
113 | 113 | cp .env.example .env |
114 | 114 | ``` |
115 | 115 |
|
116 | | -Then, most of you can skip the rest of the section. If you do need one of the few remaining services, you need to store your own secrets as environment variables. |
117 | | -To do so, simply open `.env` and fill in the variables according to the instructions in the file. |
| 116 | +If you do need one of the few remaining services, you need to store your own secrets as environment variables. To do so, simply open `.env` and fill in the variables according to the instructions in the file. |
118 | 117 |
|
119 | 118 | ### Tests |
120 | 119 |
|
|
0 commit comments