wallet-core/packages/anastasis-webui
2022-04-13 13:16:35 +02:00
..
.storybook -fix: autocomplete check 2022-01-25 10:29:40 -03:00
src anastasis-core: salt rename, fix tagging 2022-04-13 13:16:35 +02: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 fix: #7164 2022-01-31 14:56:12 -03:00
preact.config.js copyright headers 2022-04-12 20:55:34 +02: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.