3.0.1 • Published 8 months ago

@coveord/hosted-search-pages v3.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 months ago
 .-.                    .      --.--      .            .-.                 .-.
(   )                   |        |       _|_           |                  (   )                  o
 `-.  .-.  .-.  .--. .-.|--.     |  .--.  |   .-. .--.-|-  .-.   .-. .-.   `-.  .-. .--..    ._  .   .-. .-.
(   )(.-' (   ) |   (   |  |     |  |  |  |  (.-' |    |  (   ) (   (.-'  (   )(.-' |    \  /    |  (   (.-'
 `-'  `--' `-'`-'    `-''  `-  --'--'  `- `-' `--''    '   `-'`- `-' `--'  `-'  `--''     `'   -' `- `-' `--'

Description

This service is in charge of hosted search page share modal.

Getting Started

Dependencies

  • node 14

Developer Setup

To contribute to this project, just follow the following steps:

  1. Install all dependencies
  2. Setup a frontend development environment

Install all dependencies

  • Node 14 (before installing node you might want to look at the side note below)

Instead of installing node directly on your machine, using a node version manager might make it easier to prevent incompatibility issue with other project. You can check out NVM for more info.

Install pnpm

  • pnpm is the main package manager to run most of the scripts. For installation, you can refer to this official document.

Setup a frontend development environment

  1. Install VS Code.

To install all npm packages use pnpm install.

To build the ui library and install it in the service use pnpm build.

To contribute to this project, please follow these steps

Run unit tests

You can run all the Test Suites by running this command in the root of the project

pnpm test

You can run a specific test suite by running this command

pnpm test <path of the file> // here is an example: pnpm test src/index.spec.ts

You can enable the watch mode to all the test suites by running this command

pnpm test:watchAll

You can enable the watch mode to a specific test suite by running this command

pnpm test:watch <path of the file> // here is an example: pnpm test:watch src/index.spec.ts

Hints

Publishing the package

The package will be automatically published by the CI/CD.

Just remember to use the conventional commits with something else than chore.

3.0.1

8 months ago

1.15.0

1 year ago

2.0.0

1 year ago

3.0.0

1 year ago

1.14.1

2 years ago

1.14.0

2 years ago

1.13.0

2 years ago

1.12.16

2 years ago

1.12.15

2 years ago

1.12.14

2 years ago

1.12.13

2 years ago

1.12.12

2 years ago

1.12.10

2 years ago

1.12.11

2 years ago

1.12.9

2 years ago

1.12.8

2 years ago

1.12.7

2 years ago

1.12.6

2 years ago

1.12.5

2 years ago

1.12.4

2 years ago

1.12.2

2 years ago

1.12.1

2 years ago

1.12.0

2 years ago

1.11.6

2 years ago

1.11.5

2 years ago

1.11.4

3 years ago

1.11.3

3 years ago

1.11.2

3 years ago

1.11.1

3 years ago

1.11.0

3 years ago

1.10.0

3 years ago

1.9.0

3 years ago

1.8.0

3 years ago

1.7.0

3 years ago

1.6.0

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago