Merge pull request #80 from mozilla/dependabot/npm_and_yarn/handlebars-4.5.3 chore(deps): bump handlebars from 4.0.11 to 4.5.3
Merge pull request #80 from mozilla/dependabot/npm_and_yarn/handlebars-4.5.3
chore(deps): bump handlebars from 4.0.11 to 4.5.3
git clone https://github.com/mozilla/fxa-oauth-console cd fxa-oauth-console npm install
Run development server locally:
npm start
You can run the docker container by:
docker-compose build
docker-compose up
You can customize the servers that the app communicates with by passing them in the docker-compose file.
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 to get started.
Run tests: npm test
npm test
MPL v2.0
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
Firefox Accounts OAuth Credential Management Dashboard
Development
Run development server locally:
Docker Dev
You can run the docker container by:
docker-compose builddocker-compose upChanging environment configuration.
You can customize the servers that the app communicates with by passing them in the docker-compose file.
You will need a local Firefox Accounts stack to login to the console. Use fxa-local-dev to get started.
Run tests:
npm testLicense
MPL v2.0