Browse Source

README.md: Remove reference to env.js.

pull/3202/head
TheGoddessInari 7 years ago
parent
commit
f0d4676f7c
No known key found for this signature in database
GPG Key ID: 1209B1B7632D69A
  1. 17
      CONTRIBUTING.md
  2. 2
      README.md

17
CONTRIBUTING.md

@ -132,23 +132,8 @@ Once you have rambox cloned, before you start the application, you first need to
npm install
```
Then you need to add the private environment variables (API Keys):
```bash
# Copy `env-sample.js` with a name of env.js
# Populate it with Auth0 clientid and domain e.g. test.auth0.com
# You can get these details from one of your "apps" here https://manage.auth0.com/#/clients/
# macOS / Linux
cp env-sample.js env.js
# Windows
copy env-sample.js env.js
```
Then edit the `env.js` file and modify the API keys only for services that you will use.
```bash
# Compile the files...
# npm run repack
$ sencha app watch
$ npm start # in a new terminal
```

2
README.md

@ -240,8 +240,6 @@ Want to report a bug, request a feature, contribute to or translate Rambox? We n
```shell
git clone https://github.com/TheGoddessInari/rambox.git
cd rambox
cp env-sample.js env.js
# update env.js with your auth0 details.
npm install
sencha app watch
npm start

Loading…
Cancel
Save