wallet-core/packages/anastasis-webui
2022-06-05 23:11:38 -03:00
..
.storybook -fix: autocomplete check 2022-01-25 10:29:40 -03:00
src dev script without storybook 2022-06-05 23:11:38 -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
clean_and_build.sh dev script without storybook 2022-06-05 23:11:38 -03:00
dev.mjs dev script without storybook 2022-06-05 23:11:38 -03:00
package.json dev script without storybook 2022-06-05 23:11:38 -03:00
preact.config.js anastasis-webui: make TOTP work again 2022-04-13 19:32:17 +02:00
README.md anastasis-webui: first commit 2021-10-11 10:58:55 +02:00
stories.html dev script without storybook 2022-06-05 23:11:38 -03:00
tsconfig.json move declarations into anastasis-core 2021-10-18 19:19:20 +02:00
ui.html build with esbuild 2022-06-03 16:05:39 -03: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.