diff options
author | Darius Kazemi <darius.kazemi@gmail.com> | 2019-12-11 18:11:09 -0800 |
---|---|---|
committer | Darius Kazemi <darius.kazemi@gmail.com> | 2019-12-11 18:11:09 -0800 |
commit | 5faad9ea56dcf2d715c9e11e07490f50115d25bb (patch) | |
tree | a9816a1fa77b8784e8a22120a7ae9715e01a8aa8 /README.md | |
parent | 0c46e2d2d148efb7cfabcf82c12266a8d788f551 (diff) |
First pass at federation!
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,5 +8,5 @@ You can use the publicly hosted version [here](https://gath.io). 1. Clone the repository 2. Open the directory, run `npm install` -3. Rename `config/api-example.js` and `config/database-example.js` to `config/api.js` and `config/database.js`. For locally hosted versions, the local MongoDB configuration will work fine. To send emails, you need to set up a Sendgrid account and get an API key, which you should paste into `config/api.js`. +3. Rename `config/api-example.js` and `config/database-example.js` and `config/domain-example.js` to `config/api.js` and `config/database.js` and `config/domain.js`. For locally hosted versions, the local MongoDB configuration will work fine. To send emails, you need to set up a Sendgrid account and get an API key, which you should paste into `config/api.js`. 4. Run `npm start`. Enjoy! |