chore(docs): Point README at the monorepo

@mozilla/fxa-devs - r?
This commit is contained in:
Shane Tomlinson 2019-04-03 07:08:26 +01:00 коммит произвёл GitHub
Родитель a30edac97d
Коммит c1f2abcf67
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 39 удалений

Просмотреть файл

@ -1,40 +1,3 @@
# Firefox Accounts OAuth Credential Management Dashboard
# This repository has been migrated to https://github.com/mozilla/fxa/tree/master/packages/fxa-oauth-console
[![Build Status](https://travis-ci.org/mozilla/fxa-oauth-console.svg?branch=master)](https://travis-ci.org/mozilla/fxa-oauth-console)
![](https://mdn.mozillademos.org/files/9783/dashboard-example.jpg)
## Development
```
git clone https://github.com/mozilla/fxa-oauth-console
cd fxa-oauth-console
npm install
```
Run development server locally:
```
npm start
```
## Docker Dev
You can run the docker container by:
* ```docker-compose build```
* ```docker-compose up```
#### Changing environment configuration.
You can customize the servers that the app communicates with by passing them in the docker-compose file.
```yml
environment:
PROFILE_URI: https://127.0.0.1:9010/v1
OAUTH_INTERNAL_URI: https://127.0.0.1:9010/v1
OAUTH_URI: https://127.0.0.1:1111/profile/v1
```
**You will need a local Firefox Accounts stack to login to the console.** Use [fxa-local-dev](https://github.com/vladikoff/fxa-local-dev) to get started.
Run tests: `npm test`
## License
[MPL v2.0](LICENSE)
Please file issues and open pull requests against https://github.com/mozilla/fxa