0.0.0 • Published 3 years ago

verdant-ts v0.0.0

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

verdant-web

The developer tooling used by this application requires installing Node.js. See https://nodejs.org/.

To install all the dependencies of this application, enter npm install.

To run the web UI in development mode, enter npm run dev.

To build the web UI for production, enter npm build.

To run the web UI in production mode, enter npm run preview.

To run all the tests, enter npm cy:run.

To run all the tests interactively, enter npm cy:open.

To run the code linter (ESLint), enter npm run lint.

To run the code formatter (Prettier), enter npm run format.

To run Storybook which demonstrates each of the UI components, enter npm run storybook.

Outstanding issues

Entering npm run check outputs many errors in three categories.

  1. Error: Type IconDefinition is not assignable to type Fa__SvelteComponent_. See https://github.com/Cweili/svelte-fa/issues/94.

  2. Storybook is not currently working with this project, but a fix is on the way. See https://github.com/storybookjs/addon-svelte-csf/pull/19 and https://github.com/storybookjs/storybook/issues/15037.

  3. The size prop in the svelte-fa Fa component has the wrong type. I created the following PR to fix this: https://github.com/Cweili/svelte-fa/pull/95