From c1f2abcf67749cdd5170ddd6d34bbf31cb021cf0 Mon Sep 17 00:00:00 2001 From: Shane Tomlinson Date: Wed, 3 Apr 2019 07:08:26 +0100 Subject: [PATCH] chore(docs): Point README at the monorepo @mozilla/fxa-devs - r? --- README.md | 41 ++--------------------------------------- 1 file changed, 2 insertions(+), 39 deletions(-) diff --git a/README.md b/README.md index 1abf9af..8303c15 100644 --- a/README.md +++ b/README.md @@ -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