зеркало из https://github.com/mozilla/fxa.git
551f164e57
Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.14.0 to 15.2.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/14.14.0...15.2.0) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.. | ||
data | ||
static | ||
views | ||
.eslintrc.json | ||
.nsprc | ||
.prettierignore | ||
README.md | ||
config-local.json | ||
config.js | ||
config.json | ||
package.json | ||
pm2.config.js | ||
server.js |
README.md
A demo of a subscription flow
Running locally
- install git and node
- get a local copy of the repository:
git clone https://github.com/mozilla/fxa
cd fxa/packages/fortress
- install dependencies:
npm install
- run the server:
npm run dev
- visit it in your browser:
http://localhost:9292/
- if you want to develop even faster, open a new terminal window and run
npm run ui
- 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.