0.0.20 • Published 17 days ago

@smart-factor/gem-ui-map-component v0.0.20

Weekly downloads
-
License
-
Repository
-
Last release
17 days ago

Gem UI Map Component

Prerequisites

Ensure you have yarn installed. If not, you can install it by running:

npm install --global yarn

.env variables that are required to run dev mode: VITE_GEM_LOGIN= VITE_GEM_PASSWORD=

Install all dependencies

Run yarn to install all project dependencies.

Build

Run yarn build to build the project. The build artifacts will be stored in the dist/ directory.

Linting and Formatting

Run yarn lint to get a report of all lint issues in the project. Run yarn lint:fix to automatically fix all lint issues that can be resolved, and get a report of any remaining issues. Run yarn format to format the entire project according to Prettier and ESLint rules.

Running tests

Run yarn test:ui to execute all tests and provide a report of the results via vitest.