wallet-core/packages/anastasis-webui
Sebastian 88d142d209
more styling
added placeholders for inputs
import declaration for png
next button now has tooltip providing info about whats missing
a lot more of examples for UI testing
added qr dependency for totp rendering
added email and field input types
added all auth method setup screens
added modal when there is not auth provider
merge continent and country into location section
others improvements as well...
2021-11-01 16:10:55 -03:00
..
.storybook added core validators, worked on look and feel 2021-10-26 12:08:08 -03:00
src more styling 2021-11-01 16:10:55 -03:00
tests anastasis-webui: implement more challenge types 2021-10-14 15:35:34 +02:00
.gitignore some storybook exmaples 2021-10-22 01:31:46 -03:00
package.json more styling 2021-11-01 16:10:55 -03:00
README.md anastasis-webui: first commit 2021-10-11 10:58:55 +02:00
tsconfig.json move declarations into anastasis-core 2021-10-18 19:19:20 +02:00

anastasis-webui

CLI Commands

  • npm install: Installs dependencies

  • npm run dev: Run a development, HMR server

  • npm run serve: Run a production-like server

  • npm run build: Production-ready build

  • npm run lint: Pass TypeScript files using ESLint

  • npm run test: Run Jest and Enzyme with enzyme-adapter-preact-pure for your tests

For detailed explanation on how things work, checkout the CLI Readme.