fxa/packages/fortress
dependabot[bot] a40d6ceb47
chore(deps-dev): bump stylelint from 16.2.1 to 16.5.0
Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.2.1 to 16.5.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/16.2.1...16.5.0)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-03 07:07:06 +00:00
..
data chore(styles): fortress and payments ui improvements 2020-06-30 13:35:36 +02:00
static chore(styles): fortress and payments ui improvements 2020-06-30 13:35:36 +02:00
views chore(styles): fortress and payments ui improvements 2020-06-30 13:35:36 +02:00
.eslintrc.json task(CI): build, unit test, and integration test jobs 2023-01-10 12:52:01 -08:00
.nsprc fix(deps): Add exception for yargs-parser nsp advisory 1500 2020-05-11 11:40:27 -07:00
.prettierignore refactor(packages): use workspace references 2020-05-21 10:57:21 -07:00
README.md chore(many): Remove npm run commands 2023-05-17 11:24:09 -07:00
config-local.json refactor(config): replace 127.0.0.1 with localhost 2020-04-15 13:55:42 -07:00
config.js feat(fortress): add "fortress" relying party 2019-08-26 15:26:59 -04:00
config.json refactor(config): replace 127.0.0.1 with localhost 2020-04-15 13:55:42 -07:00
package.json chore(deps-dev): bump stylelint from 16.2.1 to 16.5.0 2024-05-03 07:07:06 +00:00
pm2.config.js chore(deps): updated dependencies 2020-06-22 17:11:50 -07:00
server.js chore(subscriptions): make fortress an upgradable sub 2020-05-07 17:59:44 -05:00

README.md

A demo of a subscription flow

Running locally

  1. install git and node
  2. get a local copy of the repository: git clone https://github.com/mozilla/fxa
  3. cd fxa/packages/fortress
  4. install dependencies: yarn install
  5. run the server: yarn dev
  6. visit it in your browser: http://localhost:9292/
  7. if you want to develop even faster, open a new terminal window and run yarn ui
  8. now you can go to http://localhost:5000 and develop without having to ever restart the server or refresh the browser

Testing

This package does not currently have a test suite.

Run npm test to lint the code.